0.4.19 • Published 1 year ago
@new-black/eva-frontend-config v0.4.19
eva-frontend-config
Collection of config files for frontend apps
Getting started
eslint + prettier config
- all neccessary packages are added as dependencies to this package you can remove all eslint/prettier packages from your project's package.json files
- install package
npm i @new-black/eva-frontend-config- delete
.prettierrcfile ( if you have one ) and other lint/formatting files you have - add
"prettier": "@new-black/eva-frontend-config/prettier"in yourpackage.jsonfile so eslint has access to the prettier config - add
.eslintrc.jsfile in your project root with the following code
module.exports = {
extends: require.resolve("@new-black/eva-frontend-config/eslint-config"),
};to add project-specific rules you can add them in the above
.eslintrc.jsfile underrules: {}** these rules have higher priority than the ones imported so you can overwrite imported rules
0.4.19
1 year ago
0.4.17
1 year ago
0.4.18
1 year ago
0.4.15
1 year ago
0.4.13
1 year ago
0.4.14
1 year ago
0.4.11
1 year ago
0.4.12
1 year ago
0.4.5
1 year ago
0.4.4
1 year ago
0.4.7
1 year ago
0.4.1
1 year ago
0.4.0
1 year ago
0.4.2
1 year ago
0.2.10
2 years ago
0.2.9
2 years ago
0.2.8
2 years ago
0.2.7
2 years ago
0.2.1
2 years ago
0.2.6
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.0
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago