1.2.13 • Published 2 years ago

@inthepocket/eslint-config-preact v1.2.13

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

@inthepocket/eslint-config-next

This contains all ESLint rules to lint the Preact boilerplate created by Team Spacebar.
It is recommended to use this config to ensure that any Preact project within In The Pocket is linted in the same way.

Usage

Install

npm i -D @inthepocket/eslint-config-preact

Configure ESLint

Within your package.json add the following:

{
  "eslintConfig": {
    "extends": ["@inthepocket/eslint-config-preact"]
  }
}

Add Lint script

{
  "scripts": {
    "lint": "eslint '**/*.{js,jsx,ts,tsx}'"
  }
}
1.2.13

2 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.9

3 years ago

1.2.10

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1-alpha.3

4 years ago

0.0.1-alpha.2

4 years ago