1.0.1 • Published 9 years ago
eslint-config-teem v1.0.1
eslint-config-teem
Rules and styles used by the Teem javascript team.
How to Use
npm install eslint-config-teemCreate a
.eslintrc.jsfile in your project's root directory with the following content:module.exports = { "extends": "teem" };If your project is a React app, then change
"teem"to"teem/react"