cheetah-framework
Version:
Cheetah Framework JS used in all our applications
16 lines (12 loc) • 331 B
Markdown
Comment installer Cheetah Framework
`npm install cheetah-framework`
Add an eslint config file with a minimum of this.
```javascript
module.exports = {
'extends': [
'cheetah-framework/.eslintrc.js'
// 'commerce-project/.eslintrc.js' // example that extends commerce, that extends cheetah-framework
]
}
```