1.0.26 • Published 5 years ago

eslint-config-fiizy v1.0.26

Weekly downloads
11
License
GPL-3.0
Repository
-
Last release
5 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

5 years ago

1.0.23

5 years ago

1.0.22

6 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago