@alexseitsinger/eslint-config-base
v0.28.0
Published
Eslint config base (core & import)
Downloads
41
Readme
Eslint Config (Core & Import)
An eslint config for core and import.
Example
module.exports = {
root: true,
extends: [
"@alexseitsinger/eslint-config-base",
],
}