1.0.0 • Published 6 years ago

eslint-config-quizjam v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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>