1.1.6 • Published 1 year ago

eslint-config-cs v1.1.6

Weekly downloads
1
License
ISC
Repository
-
Last release
1 year ago

ESLint Config

This package provides my custom rules for ESLint as an extensible shared config for React projects.

Usage

eslint-config-cs

The default export contains all of my ESLint rules for ECMAScript 6+ and React. It requires eslint.

  1. Run yarn add -D eslint-config-cs

  2. Add "extends": "eslint-config-cs" to .eslintrc.js.

  3. Add "lint": "eslint <source code path> --fix" to the scripts in package.json.

You can make sure this module lints with itself using yarn lint.

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago