Browse Source

Update linting.

feature/bike-tracking
Drew Larson 8 years ago
parent
commit
3b26cf33a2
  1. 10
      bikeshop_project/package.json

10
bikeshop_project/package.json

@ -35,6 +35,7 @@
"babel": "^6.5.2", "babel": "^6.5.2",
"babel-cli": "^6.23.0", "babel-cli": "^6.23.0",
"babel-core": "^6.23.1", "babel-core": "^6.23.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.3.2", "babel-loader": "^6.3.2",
"babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.22.0", "babel-polyfill": "^6.22.0",
@ -42,10 +43,11 @@
"babel-preset-react": "^6.5.0", "babel-preset-react": "^6.5.0",
"babel-preset-stage-3": "^6.22.0", "babel-preset-stage-3": "^6.22.0",
"css-loader": "^0.23.1", "css-loader": "^0.23.1",
"eslint": "^3.9.1", "eslint": "^3.19.0",
"eslint-plugin-import": "^2.1.0", "eslint-config-airbnb": "^14.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.6.0", "eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^1.0.1", "extract-text-webpack-plugin": "^1.0.1",
"i": "^0.3.5", "i": "^0.3.5",
"normalize.css": "^4.1.1", "normalize.css": "^4.1.1",

Loading…
Cancel
Save