Skip to content

Latest commit

 

History

History
executable file
·
29 lines (21 loc) · 692 Bytes

README.md

File metadata and controls

executable file
·
29 lines (21 loc) · 692 Bytes

eslint-config-aenondynamics

Strict eslint config used by AenonDynamics projects (ES2017)

yarn add eslint-config-aenondynamics --dev

Usage

The config does not inherit eslint:recommended !

.eslintrc.json

{
    "extends": ["eslint:recommended", "eslint-config-aenondynamics"],
}

Any Questions ? Report a Bug ? Enhancements ?

Please open a new issue on GitHub

License

eslint-config-aenondynamics is OpenSource and licensed under the Terms of The MIT License