@redwerks/eslint-config-react
v1.0.0
Published
React extensions for @redwerks/eslint-config
Downloads
3
Maintainers
Readme
@redwerks/eslint-config-react
React extensions for @redwerks/eslint-config.
Usage
.eslintrc.js
module.exports = {
root: true,
env: {
// Customize with the environments your project is run in
// browser: true,
// node: true,
},
extends: ['@redwerks/eslint-config', '@redwerks/eslint-config-react'],
};