1.0.3 • Published 3 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 -D
Add 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
3 years ago
1.0.0-pr5-dc1fcef
3 years ago
1.0.0-pr3-79780d7
3 years ago
1.0.3
3 years ago
1.0.0-pr2-0bad301
3 years ago
1.0.0-pr1-017ee94
3 years ago
1.0.0-pr3-90ebe5e
3 years ago
1.0.0-pr2-84ebec2
3 years ago
1.0.0-pr6-881d3ce
3 years ago
1.0.0-pr2-9208dda
3 years ago
1.0.0-pr2-6473578
3 years ago
1.0.0-pr7-9740e78
3 years ago
1.0.0-pr2-1d01704
3 years ago
1.0.0-pr2-500f3a8
3 years ago
1.0.0-pr4-f05c983
3 years ago
1.0.0-pr2-12ea676
3 years ago
1.0.2-pr10-4163396
3 years ago
1.0.0-pr2-9de4944
3 years ago
1.0.0-pr2-f093888
3 years ago
1.0.0-pr2-d0e1916
3 years ago
1.0.0-pr2-f553c22
3 years ago
1.0.0-pr8-dc1d8ee
3 years ago
1.0.0-pr2-80e00e3
3 years ago
1.0.0-pr2-4032889
3 years ago
1.0.1-pr9-1564db9
3 years ago
1.0.0-pr2-3899848
3 years ago
1.0.0-pr2-148ec8b
3 years ago
1.0.0-pr1-4bb0c42
3 years ago
1.0.0-pr1-55b1267
3 years ago
1.0.0-pr1-d0f4067
3 years ago
1.0.0
3 years ago