cheetah-framework
v1.25.2
Published
Cheetah Framework JS used in all our applications
Downloads
160
Readme
README
Comment installer Cheetah Framework
npm install cheetah-framework
Add an eslint config file with a minimum of this.
module.exports = {
'extends': [
'cheetah-framework/.eslintrc.js'
// 'commerce-project/.eslintrc.js' // example that extends commerce, that extends cheetah-framework
]
}