0.2.0 • Published 7 years ago
@william.ellis/eslint-config-unit4 v0.2.0
ESLint configs for Unit4.
Note: test.jasmine.js
is for jasmine test code. You should always extend your main config file as well when extending this config. E.g.:
module.exports = {
'extends': [
'../../../../../.eslintrc.js', //your main config
'@william.ellis/eslint-config-unit4/test.jasmine'
]
};