Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged eslint

0 votes
1.5k views
1 answer
    I am currently migrating from tslint to eslint. I have configured a few folders in my .eslintignore, ... .com/questions/65887807/invalid-lint-configuration-nothing-to-lint...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    I want to configure eslint import/order to a custom configuration, but I cannot make it work in ... //stackoverflow.com/questions/65602807/eslint-import-order-react-typescript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    In .eslintrc.js I have tried: rules: { "object-shorthand": "off", //tried 0 aswell } but I still ... :https://stackoverflow.com/questions/66063961/how-to-turn-off-object-shorthand...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I want to configure eslint import/order to a custom configuration, but I cannot make it work in react typescript files. Here ... -working-ts But it does not work with .tsx files....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    使用webstorm开发,随便加入一个外来的js文件(可以稳定运行的),eslint会有很多错误 有办法可以自动修复一些格式问题吗?太多一个个去改实在太麻烦了,大家都是怎么处理,请高手指点。...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a custom problem matcher for ESLint problems from vue-cli-service serve. It works fine and also watches all file changes ... serve", "detail": "vue-cli-service serve" } ] }...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
978 views
1 answer
    如下图: npm run lint 时,base.scss文件报错 webpack配置如下 eslint配置如下...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    如下图: npm run lint 时,base.scss文件报错 webpack配置如下 eslint配置如下...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    如下配置,未检查任何代码,想要的结果是检查services,shop,doctor下的所有.js,.vue文件,包括子目录 .eslintignore src !src/api/services !src/views/shop ... "lint": "eslint --config .eslintrc.js --ext .js,.vue src",...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
974 views
1 answer
    如下配置,未检查任何代码,想要的结果是检查services,shop,doctor下的所有.js,.vue文件,包括子目录 .eslintignore src !src/api/services !src/views/shop ... "lint": "eslint --config .eslintrc.js --ext .js,.vue src",...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
943 views
1 answer
    如下配置,未检查任何代码,想要的结果是检查services,shop,doctor下的所有.js,.vue文件,包括子目录 .eslintignore src !src/api/services !src/views/shop ... "lint": "eslint --config .eslintrc.js --ext .js,.vue src",...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    nuxt的脚手架每次改动文件都会整个目录扫描编译,很慢,能不能配置处理成只扫描当前改动文件? .eslintrc.js module.exports = { root: true, env: { browser: true, ... -casing': 0, indent: ['off', 2], 'handle-callback-err': 0, }, }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    class C { prop = 1 } // Parsing error: Unexpected token = 如题。...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    class C { prop = 1 } // Parsing error: Unexpected token = 如题。...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.7k views
1 answer
    Configuration for rule "camelcase" is invalid: Value {"properties":"never","ignoreDestructuring":false} should NOT have additional properties. 直接导致eslint校验失效了...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.7k views
1 answer
    Configuration for rule "camelcase" is invalid: Value {"properties":"never","ignoreDestructuring":false} should NOT have additional properties. 直接导致eslint校验失效了...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...