0.0.6 • Published 2 years ago

eslint-config-7xn v0.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

eslint-config-7xn

ESLint Config for 7xn.

Usage

First, install this package, ESLint and the necessary plugins.

npm install --save-dev eslint-config-7xn eslint-plugin-compat@3.x eslint-config-prettier@6.x @typescript-eslint/eslint-plugin@^4.0.0 @typescript-eslint/parser@^4.0.0 babel-eslint@^10.0.0 eslint@^7.5.0 eslint-plugin-flowtype@^5.2.0 eslint-plugin-import@^2.22.0 eslint-plugin-jsx-a11y@^6.3.1 eslint-plugin-react@^7.20.3 eslint-plugin-react-hooks@^4.0.8

Then create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": "7xn"
}
0.0.6

2 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago