2.2.2-alpha.0 • Published 5 years ago

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

Weekly downloads
3
License
MIT
Repository
-
Last release
5 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

5 years ago

2.2.0

6 years ago

2.0.1

6 years ago

2.0.0-alpha.5

6 years ago

2.0.0-alpha.4

6 years ago

2.0.0-alpha.3

6 years ago

2.0.0-alpha.2

6 years ago

2.0.0-alpha.1

6 years ago

2.0.0

6 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8-beta6

7 years ago

1.0.8-beta5

7 years ago

1.0.8-beta4

7 years ago

1.0.8-beta3

7 years ago

1.0.8-beta2

7 years ago

1.0.8-beta1

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago