Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ska-sa/styleguide

Suggested configuration (code formatting) for Pixel projects

Prettier

Install the package:

npm install -D prettier @ska-sa/styleguide

Create a prettier.config.js file with the following contents (assumes type=module is specified in the package.json file):

import config from '@ska-sa/styleguide'
export default config

Make sure that .vscode/settings.json includes {"prettier.prettierPath": "./node_modules/prettier", ...}

Local dev

To publish changes to this package:

  1. Bump the version in package.json
  2. Update just the index.js file
  3. and publish
npm publish --access public

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages