Skip to content

Commit

Permalink
chore: Move eslint config out of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Skelton committed Aug 19, 2021
1 parent 0b2c2a8 commit 2156033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@mskelton", "@mskelton/eslint-config/typescript"]
}
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"vscode-theme",
"vscode"
],
"eslintConfig": {
"extends": [
"@mskelton",
"@mskelton/eslint-config/typescript"
]
},
"scripts": {
"lint": "eslint .",
"theme": "ts-node ./generator/index.ts",
Expand Down

0 comments on commit 2156033

Please sign in to comment.