eslint-config-quizjam
v1.0.0
Published
Shared eslint config to be used on quizjam projects
Downloads
3
Readme
eslint-config-quizjam
ESLint shareable config for QuizJam
Install
$ yarn add eslint eslint-plugin-standard eslint-config-standard eslint-config-quizjam
Vue
for vue support
$ yarn add eslint-plugin-vue
Usage
Add base quizjam
to .eslintrc.js
module.exports = {
extends: ['quizjam'],
};
Vue
Add also quizjam/vue
to .eslintrc.js
module.exports = {
extends: ['quizjam', 'quizjam/vue'],
};
Extending
Add new files to the root folder and then they can be used like quizjam/<filename>