Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 655 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 655 Bytes

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>