Skip to content

tombrasgroup/eslint-config-tombras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-tombras

This package provides Tombras' base JS .eslintrc as an extensible shared config. It adds vue and prettier on top of eslint:recommended

Install

npm i eslint-config-tombras eslint-config-recommended eslint-config-prettier babel-eslint eslint-plugin-prettier prettier eslint-plugin-vue eslint@4 eslint-plugin-import@2 --save-dev

Usage

Create a file named .eslintrc and add the following

{
	"extends": ["tombras"]
}

Format On Save

VS Code

cmd+, to open settings then add the following

"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
IntelliJ

?? not sure...

About

Sharable eslint config; based on eslint-config-airbnb-base

Resources

Stars

Watchers

Forks

Packages

No packages published