File tree Expand file tree Collapse file tree 2 files changed +5
-39
lines changed Expand file tree Collapse file tree 2 files changed +5
-39
lines changed Original file line number Diff line number Diff line change 1- import globals from 'globals' ;
2-
3- import digitalbazaar from 'eslint-config-digitalbazaar' ;
4- import digitalbazaarJsdoc from 'eslint-config-digitalbazaar/jsdoc' ;
5- import digitalbazaarModule from 'eslint-config-digitalbazaar/module' ;
6- import digitalbazaarVue3 from 'eslint-config-digitalbazaar/vue3' ;
1+ import config from '@digitalbazaar/eslint-config/vue3-recommended' ;
72
83export default [
9- {
10- ignores : [ '**/node_modules/' ]
11- } ,
12- // not yet supported
13- // 'plugin:quasar/standard'
14- ...digitalbazaar ,
15- ...digitalbazaarJsdoc ,
16- ...digitalbazaarModule ,
17- ...digitalbazaarVue3 ,
18- {
19- files : [
20- '**/*.js'
21- ] ,
22- languageOptions : {
23- globals : {
24- ...globals . browser
25- }
26- }
27- } ,
28- {
29- files : [
30- 'test/web/**/*.js'
31- ] ,
32- languageOptions : {
33- globals : {
34- ...globals . mocha
35- }
36- }
37- }
4+ ...config
385] ;
Original file line number Diff line number Diff line change 4545 "vue-router" : " ^4.3.0"
4646 },
4747 "devDependencies" : {
48- "eslint" : " ^9.33.0 " ,
49- "eslint-config-digitalbazaar " : " github:digitalbazaar/eslint-config-digitalbazaar#use-eslint-v9 " ,
50- "eslint-plugin-jsdoc" : " ^52.0.4 " ,
48+ "@digitalbazaar/ eslint-config " : " github:digitalbazaar/eslint-config-digitalbazaar#use-eslint-v9 " ,
49+ "eslint" : " ^9.34.0 " ,
50+ "eslint-plugin-jsdoc" : " ^54.1.1 " ,
5151 "eslint-plugin-unicorn" : " ^60.0.0" ,
5252 "eslint-plugin-vue" : " ^10.4.0" ,
53- "globals" : " ^16.3.0" ,
5453 "vue-eslint-parser" : " ^10.2.0"
5554 },
5655 "engines" : {
You can’t perform that action at this time.
0 commit comments