Skip to content

Commit

Permalink
switch from airbnb-base to airbnb
Browse files Browse the repository at this point in the history
so we also have react
  • Loading branch information
kvz committed Mar 9, 2021
1 parent b000905 commit 78648e8
Show file tree
Hide file tree
Showing 3 changed files with 811 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
extends : 'airbnb-base',
parserOptions: { ecmaVersion: 2020 },
env : {
node: true,
extends : 'airbnb',
},
plugins: [
'node',
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"node": ">= 10"
},
"dependencies": {
"eslint-config-airbnb-base": "^14.2.1",
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1"
}
Expand Down
Loading

0 comments on commit 78648e8

Please sign in to comment.