]> cat aescling's git repositories - mastodon.git/blobdiff - package.json
Improve eslint rules (#3147)
[mastodon.git] / package.json
index d7da8487f2cb2a3b46bd5e686cf686b95838c95a..23bbf0338eaef34873d5cfe399414b809abfbe9c 100644 (file)
@@ -9,7 +9,7 @@
     "start": "babel-node ./streaming/index.js",
     "storybook": "start-storybook -p 9001 -c storybook",
     "test": "npm run test:lint && npm run test:mocha",
-    "test:lint": "eslint -c .eslintrc.yml --ext=js --ext=jsx app/javascript/",
+    "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ storyboard/ streaming/",
     "test:mocha": "NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
     "postinstall": "npm rebuild node-sass"
   },
@@ -73,7 +73,6 @@
     "react": "^15.5.4",
     "react-addons-perf": "^15.4.2",
     "react-addons-shallow-compare": "^15.5.2",
-    "react-autosuggest": "^7.0.1",
     "react-dom": "^15.5.4",
     "react-imageloader": "^2.1.0",
     "react-immutable-proptypes": "^2.1.0",
This page took 0.034742 seconds and 3 git commands to generate.