Skip to content

komo-digital/eslint-config-quizjam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published