Skip to content

Commit

Permalink
chore: estrace: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 20, 2022
1 parent 8a5e69b commit ac228f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"rules": {
"node/no-unsupported-features/es-syntax": "off",
"node/no-missing-import": "off"
},
"overrides": [{
"files": "*.md{js}",
"rules": {
Expand All @@ -11,11 +7,11 @@
}
}],
"extends": [
"plugin:node/recommended",
"plugin:n/recommended",
"plugin:putout/recommended"
],
"plugins": [
"node",
"n",
"putout"
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"c8": "^7.5.0",
"eslint": "^8.0.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^16.0.0",
"madrun": "^9.0.0",
"montag": "^1.2.1",
Expand Down

0 comments on commit ac228f4

Please sign in to comment.