1.2.8 • Published 4 years ago

eslint-config-qcolate v1.2.8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-config-qcolate

ESlint config for Qcolate

NPM version License: MIT

Usage

install config

yarn add -D eslint eslint-config-qcolate

install config and deps

# React
yarn add -D eslint eslint-config-qcolate \
eslint-config-airbnb \
eslint-config-airbnb-base \
eslint-config-airbnb-typescript \
eslint-config-prettier \
eslint-import-resolver-typescript \
eslint-loader \
eslint-plugin-import \
eslint-plugin-jest \
eslint-plugin-jsx-a11y \
eslint-plugin-prettier \
eslint-plugin-react \
eslint-plugin-react-hooks \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
prettier
# Node
yarn add -D eslint eslint-config-qcolate \
eslint-config-airbnb-base \
eslint-config-airbnb-typescript \
eslint-config-prettier \
eslint-import-resolver-typescript \
eslint-loader \
eslint-plugin-import \
eslint-plugin-prettier \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
prettier

Create an .eslintrc.js in the root directory of your project, then copy the following content into it:

// .eslintrc.js
module.exports = {
  extends: ['qcolate'], // for React [default]
  extends: ['qcolate'], // for Nest
};

License

© MIT

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago