Skip to content

Commit 7d7c89f

Browse files
breautekpmcquay
authored andcommitted
refactor: shared eslint config (apache#458)
1 parent 412c9d1 commit 7d7c89f

12 files changed

+1198
-987
lines changed

.eslintrc.yml

+5-9
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)