Skip to content

Commit b3cd37e

Browse files
Updated ESLint rules
1 parent b79cabe commit b3cd37e

File tree

4 files changed

+919
-3056
lines changed

4 files changed

+919
-3056
lines changed

.eslintrc.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
# ESLint config
22
# http://eslint.org/docs/user-guide/configuring
3-
# https://jstools.dev/eslint-config-modular/
3+
# https://jstools.dev/eslint-config/
44

55
root: true
6-
7-
extends:
8-
- "@jsdevtools/modular/best-practices"
9-
- "@jsdevtools/modular/style"
10-
- "@jsdevtools/modular/browser"
11-
- "@jsdevtools/modular/node"
12-
- "@jsdevtools/modular/es6"
13-
14-
rules:
15-
# This rule erroneously flags functions that use the `arguments` object
16-
no-unused-vars: off
6+
extends: "@jsdevtools"

0 commit comments

Comments
 (0)