@hellpack/eslint-config-hellpack
v2.2.2-alpha.0
Published
Hellpack Eslint Config Bridge
Maintainers
Readme
@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
