1.0.0 • Published 7 years ago
eslint-config-renew v1.0.0
eslint-config-renew
ESLint shareable config for Renew JavaScript projects.
Use it in conjunction with eslint:recommended and google rule sets:
{
"extends": [
"eslint:recommended",
"google",
"renew"
],
"rules": {
// Additional, per-project rules...
}
}1.0.0
7 years ago