eslint-config-tombras
v3.1.0
Published
Shareable ESLint config used by Tombras
Downloads
13
Maintainers
Readme
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...