Skip to content

Commit

Permalink
fix: remove airbnb-base extend
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Dec 6, 2022
1 parent 53cfc2d commit 1f12480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
'es5',
],
extends: [
'airbnb-base',
'@jenssimon/base',
],
env: {
Expand Down
1 change: 1 addition & 0 deletions lib/sfra/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
'airbnb-base/legacy',
],
env: {
commonjs: true,
es6: true,
},
rules: {
Expand Down

0 comments on commit 1f12480

Please sign in to comment.