upgrade eslint-config-airbnb
Showing
... | @@ -9,6 +9,7 @@ | ... | @@ -9,6 +9,7 @@ |
"site": "roadhog-api-doc static", | "site": "roadhog-api-doc static", | ||
"lint:style": "stylelint \"src/**/*.less\" --syntax less", | "lint:style": "stylelint \"src/**/*.less\" --syntax less", | ||
"lint": "eslint --ext .js src mock tests && npm run lint:style", | "lint": "eslint --ext .js src mock tests && npm run lint:style", | ||
"lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style", | |||
"test": "jest", | "test": "jest", | ||
"test:all": "node ./tests/run-tests.js" | "test:all": "node ./tests/run-tests.js" | ||
}, | }, | ||
... | @@ -36,11 +37,11 @@ | ... | @@ -36,11 +37,11 @@ |
"babel-runtime": "^6.9.2", | "babel-runtime": "^6.9.2", | ||
"cross-port-killer": "^1.0.1", | "cross-port-killer": "^1.0.1", | ||
"enzyme": "^2.9.1", | "enzyme": "^2.9.1", | ||
"eslint": "^3.0.0", | "eslint": "^4.0.0", | ||
"eslint-config-airbnb": "^15.0.0", | "eslint-config-airbnb": "^16.0.0", | ||
"eslint-plugin-babel": "^4.0.0", | "eslint-plugin-babel": "^4.0.0", | ||
"eslint-plugin-import": "^2.2.0", | "eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^5.0.1", | "eslint-plugin-jsx-a11y": "^6.0.0", | ||
"eslint-plugin-markdown": "^1.0.0-beta.6", | "eslint-plugin-markdown": "^1.0.0-beta.6", | ||
"eslint-plugin-react": "^7.0.1", | "eslint-plugin-react": "^7.0.1", | ||
"gh-pages": "^1.0.0", | "gh-pages": "^1.0.0", | ||
... | ... |
Please register or sign in to comment