Skip to content

Commit

Permalink
feat: Upgrade to latest versions and remove eslint-config-airbnb (#6)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This might break a lot so releasing a major version
  • Loading branch information
okonet authored Aug 18, 2018
1 parent 4fd8a40 commit 66c1941
Show file tree
Hide file tree
Showing 4 changed files with 5,658 additions and 22 deletions.
8 changes: 2 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ module.exports = {
es6: true, // This setting enables ES6 syntax automatically
jest: true
},
extends: [
'eslint-config-airbnb-base',
'eslint-config-airbnb-base/rules/strict',
'eslint-config-prettier'
].map(require.resolve),
plugins: ['prettier'],
extends: ['eslint-config-prettier'].map(require.resolve).concat(['eslint:recommended']),
plugins: ['prettier', 'import'],
rules: {
'padded-blocks': [0, 'never'],
'id-length': [2, { exceptions: ['b', 'x', 'y', 'i'] }],
Expand Down
Loading

0 comments on commit 66c1941

Please sign in to comment.