With multi-dimensional model as the core, let the factory digital transformation and upgrading “within reach”>>>
How to make money from mobile phones?I recommend a mobile app summary platform: finger music( http://www.szhile.com/ )You can earn hundreds of yuan a day by moving your fingers in your spare time
for projects built with Vue cli, the template is webpack, the default eslint configuration is based on standard, and the requirement is not to use semicolon
if we want to use a semicolon, add a configuration in the rules field:
'semi': ["error", "always"]
in this way, every expression in your JS code should end with a semicolon, otherwise eslint will give an error prompt
if you want eslint not to check the semicolon, the semicolon at the end of this time can be added or not. Configure in the rules field:
if you want eslint not to check the semicolon, you can add it or not
'semi': 0
Similar Posts:
- No undef check error in eslint
- [vue/no-parsing-error] Parsing error: invalid-first-character-of-tag-name.eslint-plugin-vue Parsing error: invalid-first-character-of-tag-name.eslint(vue/no-parsing-error)
- Expected indentation of 8 spaces but found [How to Solve]
- [Solved] ESLint Error: Failed to load config “standard” to extend from
- Module not found: Error: Can’t resolve ‘bundle.js’ in…
- How to Solve Eslint syntax error in Vue project
- Error reporting of console.log in eslint
- [Solved] Eslint Error: error ‘***’ is assigned a value but never used no-unused-vars
- [Solved] Vue3.X version error: Parsing error: Parsing error: Unexpected token
- [Solved] Vue3+ts+eslint Error: warning Unexpected any. Specify a different type, warning Delete `·` , Missing return type on function, Require statement not part of import statement