woveer-eslint-plugin
v0.1.5
Published
The Woveer Eslint Plugin provides configurations for JavaScript and TypeScript, supporting files with the extensions **.js**, **.jsx**, **.ts**, and **.tsx**.
Downloads
5
Readme
Woveer Eslint Plugin
The Woveer Eslint Plugin provides configurations for JavaScript and TypeScript, supporting files with the extensions .js, .jsx, .ts, and .tsx.
Installation
npm
npm install eslint woveer-eslint-plugin --save-devConfiguration
eslint.config.js
import { tsConfig, jsConfig } from 'woveer-eslint-plugin'
export default [ tsConfig, jsConfig ].vscode/settings.json
{
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}Vscode Extesion
https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint