2.2.2-alpha.0 • Published 6 years ago
@hellpack/eslint-config-hellpack v2.2.2-alpha.0
@hellpack/eslint
Latest Prettier and Eslint config for your projects
Ultracommon eslint config used in my projects, no need to install eslint, prettier or babel-eslint.
Usage
- Install @hellpack/eslint
yarn add @hellpack/eslint-config-hellpack -D. - Create a .eslintrc.js file and add this
module.exports = {
extends: ['@hellpack/hellpack'],
// Custom config here
};- For example,
module.exports = {
extends: ['@hellpack/hellpack'],
rules: {
quotes: ['error', 'single'],
'prefer-template': 0,
'no-console': 2,
},
globals: {
fetch: true,
},
};Uses
babel-eslinteslinteslint-config-airbnbeslint-config-prettiereslint-plugin-importeslint-plugin-jsx-a11yeslint-plugin-prettiereslint-plugin-react
2.2.2-alpha.0
6 years ago
2.2.0
7 years ago
2.0.1
7 years ago
2.0.0-alpha.5
7 years ago
2.0.0-alpha.4
7 years ago
2.0.0-alpha.3
7 years ago
2.0.0-alpha.2
7 years ago
2.0.0-alpha.1
7 years ago
2.0.0
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8-beta6
8 years ago
1.0.8-beta5
8 years ago
1.0.8-beta4
8 years ago
1.0.8-beta3
8 years ago
1.0.8-beta2
8 years ago
1.0.8-beta1
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago