eslint config:我的项目共享的eslint配置 源码
eslint-config 我的项目共享的eslint配置。 安装 npm install @alxshelepenok/eslint-config --dev 例子 { " extends " : [ " prettier " , " airbnb-typescript " , " plugin:import/errors " , " plugin:import/typescript " , " @alxshelepenok/eslint-config " ], " parser " : " @typescript-eslint/parser " , " parserOptions " : { " project " : " ./tsconfig.json " }, " plugins " : [ " im
用户评论