Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork688
Drop support for old versions of ESLint and Node.js#2669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
03182a3
ee14952
26ce3aa
81dc30d
973181f
21da65e
243d65a
e9e1133
ee386c6
4496000
ea4c673
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
FloEdelmann marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3,15 +3,13 @@ | ||
* This file has been automatically generated, | ||
* in order to update its content execute "npm run update" | ||
*/ | ||
const globals = require('globals') | ||
module.exports = { | ||
parserOptions: { | ||
ecmaVersion:'latest', | ||
sourceType: 'module' | ||
}, | ||
globals: globals.browser, | ||
FloEdelmann marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
plugins: ['vue'], | ||
rules: { | ||
'vue/comment-directive': 'error', | ||
Uh oh!
There was an error while loading.Please reload this page.