0.1.0 • Published 4 years ago
@m2-oss/web-configs v0.1.0
@m2-oss/web-configs
Install
$ yarn add @m2-oss/web-configs prettier eslint typescript -DUsage
.prettierrc.js
module.exports = {
...require('@m2-oss/web-configs/prettier'),
};.eslintrc.js
module.exports = {
extends: require.resolve('@m2-oss/web-configs/eslint'),
env: {
node: true,
},
};tsconfig.json
{
"extends": "@m2-oss/web-configs/tsconfig.json"
}License
MIT © m2
0.1.0
4 years ago
0.0.1-alpha.0
4 years ago