1.0.3 • Published 4 years ago
@redhook/eslint-config v1.0.3
@redhook/eslint-config
An eslint configuration that will allow projects to have consistent code quality and standards. It exports configurations for node, react, react-native, and a common package that can be used more generally.
How to use it
Install the package
# from the project you're trying to add it to
yarn add @redhook/eslint-config -DAdd the package in your .eslintrc.js file
To install the common package:
module.exports = {
extends: [
'@redhook/eslint-config',
],
};To install the node package:
module.exports = {
extends: [
'@redhook/eslint-config/node',
],
};To install the react package:
module.exports = {
extends: [
'@redhook/eslint-config/react',
],
};To install the react-native package:
module.exports = {
extends: [
'@redhook/eslint-config/react-native',
],
};1.0.0-pr2-58a77b4
4 years ago
1.0.0-pr5-dc1fcef
4 years ago
1.0.0-pr3-79780d7
4 years ago
1.0.3
4 years ago
1.0.0-pr2-0bad301
4 years ago
1.0.0-pr1-017ee94
4 years ago
1.0.0-pr3-90ebe5e
4 years ago
1.0.0-pr2-84ebec2
4 years ago
1.0.0-pr6-881d3ce
4 years ago
1.0.0-pr2-9208dda
4 years ago
1.0.0-pr2-6473578
4 years ago
1.0.0-pr7-9740e78
4 years ago
1.0.0-pr2-1d01704
4 years ago
1.0.0-pr2-500f3a8
4 years ago
1.0.0-pr4-f05c983
4 years ago
1.0.0-pr2-12ea676
4 years ago
1.0.2-pr10-4163396
4 years ago
1.0.0-pr2-9de4944
4 years ago
1.0.0-pr2-f093888
4 years ago
1.0.0-pr2-d0e1916
4 years ago
1.0.0-pr2-f553c22
4 years ago
1.0.0-pr8-dc1d8ee
4 years ago
1.0.0-pr2-80e00e3
4 years ago
1.0.0-pr2-4032889
4 years ago
1.0.1-pr9-1564db9
4 years ago
1.0.0-pr2-3899848
4 years ago
1.0.0-pr2-148ec8b
4 years ago
1.0.0-pr1-4bb0c42
4 years ago
1.0.0-pr1-55b1267
4 years ago
1.0.0-pr1-d0f4067
4 years ago
1.0.0
4 years ago