0.0.1 • Published 4 years ago
eslint-config-slh v0.0.1
Common - Javascript Guidelines
yarn add -D eslint-config-slhEslint file for NodeJs Projects:
module.exports = {
env: {
es2021: true,
node: true
},
extends: ['slh'],
parserOptions: {
ecmaVersion: 12
}
};0.0.1
4 years ago