Skip to content

Commit

Permalink
refactor: shared eslint config (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek authored Feb 16, 2021
1 parent a4a7bfe commit f7f0160
Show file tree
Hide file tree
Showing 12 changed files with 1,198 additions and 987 deletions.
14 changes: 5 additions & 9 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
root: true
extends: semistandard
rules:
indent:
- error
- 4
camelcase: off
padded-blocks: off
operator-linebreak: off
no-throw-literal: off
extends: '@cordova/eslint-config/browser'

overrides:
- files: [tests/**/*.js]
extends: '@cordova/eslint-config/node-tests'
Loading

0 comments on commit f7f0160

Please sign in to comment.