Skip to content

AenonDynamics/eslint-config-aenondynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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