Skip to content

Commit 66a5eaa

Browse files
author
Ray Schamp
committed
refactor(lint): Move eslintrc into package.json for simplicity
1 parent 999c359 commit 66a5eaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.eslintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"test": "eslint .",
88
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
99
},
10+
"eslintConfig": {
11+
"extends": "./index.js"
12+
},
1013
"repository": {
1114
"type": "git",
1215
"url": "https://github.com/LLK/eslint-config-scratch.git"

0 commit comments

Comments
 (0)