npm install stb-eslint --save-devAdd 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 .If you have any problems or suggestions please open an issue according to the contribution rules.
stb-eslint is released under the MIT License.