# README #

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
  ]
}
```
