Skip to content

Commit

Permalink
chore(prettier, eslint): move config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Jun 7, 2021
1 parent 46c5e6f commit 5f5398c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion .prettierrc.js

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"rimraf": "3.0.2",
"standard-version": "9.3.0"
},
"prettier": "@boringcodes/prettier-config",
"eslintConfig": {
"extends": "@boringcodes/eslint-config"
},
"lint-staged": {
"**/*.{js,json,md,yml}": "yarn format",
"!(**/templates/*).js": "yarn lint"
Expand Down

0 comments on commit 5f5398c

Please sign in to comment.