Skip to content

Commit

Permalink
package.json: remove eslintConfig since there's a .eslintrc file (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and lahmatiy committed Nov 5, 2019
1 parent 4bd2825 commit 81d02fd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,6 @@
"csstree"
],
"main": "./lib/index",
"eslintConfig": {
"env": {
"node": true,
"mocha": true,
"es6": true
},
"rules": {
"no-duplicate-case": 2,
"no-undef": 2,
"no-unused-vars": [
2,
{
"vars": "all",
"args": "after-used"
}
]
}
},
"scripts": {
"test": "mocha --reporter dot",
"lint": "eslint lib test",
Expand Down

0 comments on commit 81d02fd

Please sign in to comment.