Skip to content

Commit

Permalink
chore: use pegasus eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Sep 10, 2020
1 parent 9a7cd76 commit be8dec5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 366 deletions.
12 changes: 5 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
module.exports = {
extends: 'airbnb-base',
parserOptions: {
sourceType: 'script'
},
extends: [
'pegasus',
'pegasus/node'
],
rules: {
'no-console': 'off',
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
'comma-dangle': ['error', 'never']
'no-console': 'off'
}
};

0 comments on commit be8dec5

Please sign in to comment.