Skip to content

infermedica/eslint-config-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infermedica ESLint configuration

ESLint configuration for Vue.js projects.

Install

npm i @infermedica/eslint-config-vue --save-dev

Usage

This config is designed to work with the extends feature of .eslintrc files, learn more.

Add this to your .eslintrc or package.json file:

{
  "extends": "@infermedica/eslint-config-vue"
}

You can override settings from this config by adding them directly into your .eslintrc or package.json file.

Commands

Recommended set of commands to put in package.json scripts:

  "lint:js": "eslint --ext .js,.vue .",
  "lint-autofix:js": "eslint --ext .js,.vue . --fix",

License

MIT Copyright (c) Infermedica