@pondevelopment/eslint-config-ponstandard
v2.0.2
Published
JavaScript Standard Style Eslint config with custom PON tweaks
Downloads
3
Maintainers
Readme
Eslint default by Pon
These are my settings for ESLint.
Here's an example usage:
{
"extends": [
"@pondevelopment/eslint-config-ponstandard"
],
"rules": {
"no-console": "off"
}
}