diff options
| author | XhmikosR <[email protected]> | 2019-02-21 15:55:16 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-11 17:01:28 +0200 |
| commit | 44e6abcba50309df4fae56a9c7ef79145b64a356 (patch) | |
| tree | 52cbc26a6bc4faf1b61f271619ef0fd50775e8c6 /package.json | |
| parent | 8896827bd072a120705a0576a5bcde69c8ce2cda (diff) | |
| download | bootstrap-44e6abcba50309df4fae56a9c7ef79145b64a356.tar.xz bootstrap-44e6abcba50309df4fae56a9c7ef79145b64a356.zip | |
Switch to eslint-config-xo and eslint-plugin-unicorn.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index e581cb83c..6b28d447b 100644 --- a/package.json +++ b/package.json @@ -110,6 +110,9 @@ "coveralls": "^3.0.3", "cross-env": "^5.2.0", "eslint": "^5.14.1", + "eslint-config-xo": "^0.26.0", + "eslint-plugin-import": "^2.16.0", + "eslint-plugin-unicorn": "^7.1.0", "find-unused-sass-variables": "^0.3.2", "glob": "^7.1.3", "hammer-simulator": "0.0.1", |
