diff options
| author | Jason Miller <[email protected]> | 2020-05-27 12:35:39 -0400 |
|---|---|---|
| committer | Jason Miller <[email protected]> | 2020-05-27 12:35:39 -0400 |
| commit | 59cc3d1bc3b85d347baa8883b6206ba88a6071c0 (patch) | |
| tree | 01b4f434889b19b9b4e448e0155c49b4a876aee9 /package.json | |
| parent | 3bce9a164db0340cf1cc1b355274f6d419499528 (diff) | |
Use eslint-config-developit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index f2298f8..08b12d2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ], "eslintConfig": { "extends": [ - "eslint:recommended", + "developit", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended" ], @@ -73,6 +73,7 @@ "chai": "^4.2.0", "documentation": "^13.0.0", "eslint": "^7.1.0", + "eslint-config-developit": "^1.2.0", "esm": "^3.2.25", "microbundle": "^0.12.0", "mocha": "^7.2.0", |
