0.0.14 • Published 3 years ago

@ichong/eslint-config v0.0.14

Weekly downloads
13
License
ISC
Repository
-
Last release
3 years ago

JS ESLint 配置

@ichong

安装

npm i -D @ichong/eslint-config

使用方法

.eslintrc.js 文件中添加内容:

module.exports = {
	extends: [
        '@ichong',
        // vue项目
        // '@ichong', '@ichong/eslint-config/vue'
        // '@ichong', '@ichong/eslint-config/vue3'
	],
}

VSCode中设置保存自动fix

"eslint.autoFixOnSave": true,
"eslint.options": {
    "extensions": [
        ".js",
        ".vue"
    ]
},
"eslint.validate": [
    "javascript",
    "javascriptreact",
    {
        "language": "vue",
        "autoFix": true
    }
],

参考文档

0.0.14

3 years ago

0.0.13

3 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago