Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 966 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 966 Bytes

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"
}