Skip to content

Commit

Permalink
Merge pull request #72 from balena-io-modules/vipul/prettierrc-path
Browse files Browse the repository at this point in the history
patch: Change `.prettierrc` path to use scoped package structure
  • Loading branch information
bulldozer-balena[bot] authored May 3, 2021
2 parents f32160f + af61f99 commit 0c88cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ For prettier config create `.prettierrc.js`
```js
const fs = require('fs');

module.exports = JSON.parse(fs.readFileSync('./node_modules/balena-lint/config/.prettierrc', 'utf8'));
module.exports = JSON.parse(fs.readFileSync('./node_modules/@balena/lint/config/.prettierrc', 'utf8'));
```

Support
Expand Down

0 comments on commit 0c88cd0

Please # to comment.