eslint-config-fiizy

1.0.26 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-fiizy

Weekly Downloads

22

Version

1.0.26

License

GPL-3.0

Unpacked Size

5.42 kB

Total Files

5

Last publish

Collaborators

  • fiizy-andres