1.1.0 • Published 8 years ago
eslint-config-unicorn-science v1.1.0
Unicorn Science - ESLint Shareable Config
An ESLint Shareable Config.
Installation
npm install eslint-config-unicorn-scienceUsage
Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn
more about Shareable Configs on the
official ESLint website.
Add this to your .eslintrc file:
{
"extends": "unicorn-science"
}