Skip to content

stbsdk/eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General-purpose eslint linting

npm version dependencies status devDependencies status Gitter

Installation

npm install stb-eslint --save-dev

Usage

Add file .eslintrc.js to your project root with the following content:

module.exports = {
    extends: require.resolve('stb-eslint')
};

Run linting for your project:

npx eslint .

Contribution

If you have any problems or suggestions please open an issue according to the contribution rules.

License

stb-eslint is released under the MIT License.