Skip to content

Commit f7f0160

Browse files
authored
refactor: shared eslint config (#458)
1 parent a4a7bfe commit f7f0160

File tree

12 files changed

+1198
-987
lines changed

12 files changed

+1198
-987
lines changed

.eslintrc.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
root: true
2-
extends: semistandard
3-
rules:
4-
indent:
5-
- error
6-
- 4
7-
camelcase: off
8-
padded-blocks: off
9-
operator-linebreak: off
10-
no-throw-literal: off
2+
extends: '@cordova/eslint-config/browser'
3+
4+
overrides:
5+
- files: [tests/**/*.js]
6+
extends: '@cordova/eslint-config/node-tests'

0 commit comments

Comments
 (0)