0.0.4 • Published 6 years ago

eslint-config-lky v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

#eslint-config-lky


How to Use lky

if you want to use thi ESlint configuration in your project, you can install with following steps:

First, install this package, ESlint ang the necessary plugins

 npm install --save-dev eslint-config-lky eslint@^4.2.0 eslint-plugin-import@^2.7.0  eslint-plugin-jsx-a11y@^6.0.0 eslint-plugin-react^7.1.0

Then, create a file named .eslintrc.* with the following contents in the root folder of your project:

{
    "env": {
        "es6": true,
    },
    "extends": "lky",
}

Will ! Do That, you can override the settings from eslint-config-lky by editing the .eslintrc.* file. learn more configuring ESlint on the esLint website.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago