1.0.26 • Published 4 years ago

eslint-config-fiizy v1.0.26

Weekly downloads
11
License
GPL-3.0
Repository
-
Last release
4 years ago

eslint-config-fiizy

This is a shared config for ESLint.

Installing

Install ESLint either locally or globally.

$ npm install eslint

Install Fiizy shared config:

$ npm install eslint-config-fiizy

Configuration

All you really need to configure is the flavour of the configuration package. You use the rules by extending the shared config:

{
  "extends": [
    "fiizy"
  ]
}

Rulesets

There are currently 2 rulesets that you can extend:

  • "fiizy" (or "fiizy/default"): Default ES8 (ES2017) based rules.
  • "fiizy/vue": Rules for Vue applications.
1.0.26

4 years ago

1.0.23

4 years ago

1.0.22

5 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago