eslint-config-www

0.0.1 • Public • Published

eslint-config-www

This package includes the shareable ESLint configuration used by Zigzag-www.

Installation

npm install --save-dev @croquiscom/eslint-config-www @typescript-eslint/eslint-plugin@3.x @typescript-eslint/parser@3.x eslint@7.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x

Usage in www Projects

{
  "extends": [
    "@croquiscom/eslint-config-www",
    "plugin:@typescript-eslint/recommended",
    "plugin:react/recommended"
  ],
  "overrides": [
    ...custom overrides
  ],
  "rules": {
    ...custom rules
  }
}

You can override the settings from eslint-config-www by editing the .eslintrc.json file. Learn more about configuring ESLint on the ESLint website.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-www

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

9.23 kB

Total Files

5

Last publish

Collaborators

  • zao1214