1.6.1 • Published 8 months ago

eslint-plugin-fpcs v1.6.1

Weekly downloads
25
License
ISC
Repository
github
Last release
8 months ago

eslint-plugin-fpcs

npm version npm (prod) eslint dependency version npm (prod) mocha dependency version npm bundle size npm downloads NPM License

FPCS eslint style rules.

Installation

npm install eslint-plugin-fpcs or yarn add eslint-plugin-fpcs

Usage

Add desired config sets to the extends section of your .eslintrc or .eslintrc.js configuration file.

Available configs:

  • plugin:fpcs/base
  • plugin:fpcs/react
  • plugin:fpcs/react-typescript
  • plugin:fpcs/typescript
  • plugin:fpcs/vue

JavaScript / ECMAScript

{
    "extends": [ "plugin:fpcs/base" ],
}

TypeScript

{
    "extends": [
        "plugin:fpcs/base",
        "plugin:fpcs/typescript",
    ],
}

React

{
    "extends": [
        "plugin:fpcs/base",
        "plugin:fpcs/react",
    ],
}

React TypeScript

{
    "extends": [
        "plugin:fpcs/base",
        "plugin:fpcs/react-typescript",
    ],
}

Vue

{
    "extends": [
        "plugin:fpcs/base",
        "plugin:fpcs/vue",
    ],
}

Add or modify individual rules:

Add desired config sets to the rules section of your .eslintrc or .eslintrc.js configuration file.

  "rules": {
    "@typescript-eslint/explicit-function-return-type": "off",
  },

Available Custom Rules

  • fpcs/no-gremlin-chars (automatically set to 'error' when using base config)
1.6.1

8 months ago

1.6.0

8 months ago

1.5.2

1 year ago

1.5.1

2 years ago

1.4.2

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

4 years ago

1.2.8

4 years ago

1.2.9

4 years ago

1.2.10

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.3

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago