0.0.7 • Published 5 years ago
eslint-config-fespsp v0.0.7
1. Create .eslintrc.js:
module.exports = {
root: true,
extends: [require('fespsp').eslint],
rules: {
// Custom Rules
// ...
}
};2. Create .lintstagedrc
{
"**/*.{js,jsx,ts,tsx,vue}": "eslint"
}3. Create .eslintignore
node_modules4. Add lint command
Add "lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue ." to package.json's scripts
yarn lint:check full code
yarn lint --fix:automatically fix most problems with full code
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.4-beta2
5 years ago
0.0.4-beta1
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago
0.0.2-beta1.0
5 years ago