Skip to content

Updated dependencies & lint configuration

Compare
Choose a tag to compare
@dburles dburles released this 25 Sep 09:58
· 60 commits to master since this release

Dependencies

+    "react": "^15.3.2",
+    "react-dom": "^15.3.2"

+    "eslint": "^3.6.0",
+    "eslint-plugin-import": "^1.16.0",
+    "eslint-plugin-jsx-a11y": "^2.2.2",
+    "eslint-plugin-react": "^6.3.0"

Lint config

+      "import/no-absolute-path": "off",
+      "import/extensions": "off"

Notes:

The import/extensions rule has been switched off as it was conflicting with Meteor's special paths e.g: import { Meteor } from 'meteor/meteor';