3.1.0 • Published 7 years ago

eslint-config-tombras v3.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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...

3.1.0

7 years ago

3.0.3

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago