2.2.2 • Published 8 months ago
@allthings/eslint-config v2.2.2
eslint-config-allthings
ESlint shareable config for Allthings style
Setup
yarn add -DE @allthings/eslint-configUsage
Add this to your .eslintrc.js
React projects
module.exports = {
extends: ['@allthings/eslint-config'],
}Node.js projects
module.exports = {
extends: ['@allthings/eslint-config/node'],
}Deployment
Publishing to npm
yarn deployDevelopment
Run yarn link in the project folder
Run yarn link @allthings/eslint-config in the project that you want to test it against
After you finish run in your project yarn unlink @allthings/eslint-config and then yarn install --force
to restore the initial state of dependencies
Or you could release a dev npm version with yarn deploy:dev. Remember to update the version in package.json
2.2.0-dev.0
8 months ago
2.2.0-dev.1
8 months ago
2.2.1
8 months ago
2.2.0
8 months ago
2.2.2
8 months ago
2.2.2-dev.0
8 months ago
2.1.1
2 years ago
2.1.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago
2.0.0
2 years ago
0.0.7
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.6
3 years ago
0.0.1
3 years ago