eslint-config-ray

2.0.7 • Public • Published

eslint-config-ray

description

💎 author

  ilex.h

💿 Installation

# global
npm install -g eslint-config-ray
# native
npm install --save-dev eslint-config-ray

📖 Usage

.eslintrc

  • 🔧 simple use
{
  "extends": "eslint-config-ray"
}
  • 🔧 with custom ruls
{
  "extends": "eslint-config-ray",
  "globals": {
    "React": true,
    "JQuery": true,
    ...
  },
  "rules": {

  }
}

develop

npm i -g ac-build

changelog

2020-8-13 v2.0.2

close some lint

2020-7-29 v2.0.1

add forbidden module

2020-7-29 v2.0.0

update eslint and rules

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-ray

Weekly Downloads

4

Version

2.0.7

License

MIT

Unpacked Size

13.6 kB

Total Files

12

Last publish

Collaborators

  • ilex.h