2.2.2-alpha.0 • Published 4 years ago

@hellpack/eslint-config-hellpack v2.2.2-alpha.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

@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-eslint
  • eslint
  • eslint-config-airbnb
  • eslint-config-prettier
  • eslint-plugin-import
  • eslint-plugin-jsx-a11y
  • eslint-plugin-prettier
  • eslint-plugin-react
2.2.2-alpha.0

4 years ago

2.2.0

5 years ago

2.0.1

5 years ago

2.0.0-alpha.5

5 years ago

2.0.0-alpha.4

5 years ago

2.0.0-alpha.3

5 years ago

2.0.0-alpha.2

5 years ago

2.0.0-alpha.1

5 years ago

2.0.0

5 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8-beta6

6 years ago

1.0.8-beta5

6 years ago

1.0.8-beta4

6 years ago

1.0.8-beta3

6 years ago

1.0.8-beta2

6 years ago

1.0.8-beta1

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago