Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pogopaule committed May 18, 2021
1 parent 8422819 commit 2d8f7bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
root: true,

parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports
},
Expand All @@ -20,7 +20,7 @@ module.exports = {
// Uncomment any of the lines below to choose desired strictness,
// but leave only one uncommented!
// See https://eslint.vuejs.org/rules/#available-rules
'plugin:vue/recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
'plugin:vue3/recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)

'standard',

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@octokit/rest": "^18.5.2",
"@quasar/app": "^3.0.0-beta.25",
"@quasar/app": "^3.0.0-beta.25",
"@quasar/quasar-app-extension-dotenv": "^1.1.0",
"@quasar/quasar-app-extension-qiconpicker": "^1.2.10",
"@sentry/cli": "^1.64.0",
Expand All @@ -88,22 +88,22 @@
"@types/jest": "^26.0.22",
"@vue/test-utils": "^1.1.4",
"axios-mock-adapter": "^1.19.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"babel-plugin-dynamic-import-node": "^2.3.0",
"compression": "^1.7.3",
"connect-history-api-fallback": "^1.6.0",
"cordova-config": "^0.7.0",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"eslint": "^7.24.0",
"@babel/eslint-parser": "^7.0.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.9.0",
"eslint-plugin-quasar": "^1.0.0",
"eslint-plugin-vue": "^7.0.0",
"eslint-webpack-plugin": "^2.4.0",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"glob": "^7.1.6",
Expand Down

0 comments on commit 2d8f7bc

Please sign in to comment.