0.1.2 • Published 2 years ago

eslint-config-simple-icons v0.1.2

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
2 years ago

eslint-config-simple-icons

Build status NPM version

Simple Icons ESLint base configuration for all repositories.

Is a configuration based on eslint:recommended and eslint-plugin-prettier with some custom rules.

Usage

Install the package:

npm install -DE eslint-config-simple-icons

Set simple-icons in the extends property of the .eslintrc.json file:

{
  "extends": "simple-icons"
}