Vue取消eslint语法限制
生活随笔
收集整理的這篇文章主要介紹了
Vue取消eslint语法限制
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
?啟動(dòng)vue項(xiàng)目的時(shí)候經(jīng)常報(bào)一大堆錯(cuò)誤、但是不影響項(xiàng)目運(yùn)行、
這是因?yàn)関ue對(duì)語(yǔ)法的限制過(guò)于嚴(yán)格造成的
> bblee-app@1.0.0 dev /Users/bianlifeng/my-project > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js95% emitting WARNING Compiled with 1 warnings 5:00:12 PM? http://eslint.org/docs/rules/indent Expected indentation of 0 spaces but found 2 src/components/Message.vue:46:1export default {^? http://eslint.org/docs/rules/indent Expected indentation of 2 spaces but found 4 src/components/Message.vue:47:1data() {^? http://eslint.org/docs/rules/indent Expected indentation of 2 spaces but found 4 src/components/Message.vue:65:1}^? http://eslint.org/docs/rules/indent Expected indentation of 0 spaces but found 2 src/components/Message.vue:66:1}^? 23 problems (23 errors, 0 warnings)解決方法:
在build/webpack.base.conf.js文件中,刪除注釋掉...(config.dev.useEslint ? [createLintingRule()] : []),這一行數(shù)據(jù)。
?
總結(jié)
以上是生活随笔為你收集整理的Vue取消eslint语法限制的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Oracle 数据怎么实时同步到 Ela
- 下一篇: natepad怎么连linux看日志,l