remove eslint
parent
8b17620686
commit
61c6eaf270
|
@ -1,5 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
extends: [
|
|
||||||
'@nextcloud'
|
|
||||||
]
|
|
||||||
};
|
|
File diff suppressed because it is too large
Load Diff
|
@ -26,9 +26,7 @@
|
||||||
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
||||||
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
|
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
|
||||||
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
||||||
"e2e": "playwright test",
|
"e2e": "playwright test"
|
||||||
"lint": "eslint --ext .js,.vue src",
|
|
||||||
"lint:fix": "eslint --ext .js,.vue src --fix"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextcloud/l10n": "^1.6.0",
|
"@nextcloud/l10n": "^1.6.0",
|
||||||
|
@ -56,7 +54,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nextcloud/babel-config": "^1.0.0",
|
"@nextcloud/babel-config": "^1.0.0",
|
||||||
"@nextcloud/browserslist-config": "^2.3.0",
|
"@nextcloud/browserslist-config": "^2.3.0",
|
||||||
"@nextcloud/eslint-config": "^8.1.2",
|
|
||||||
"@nextcloud/webpack-vue-config": "^5.3.0",
|
"@nextcloud/webpack-vue-config": "^5.3.0",
|
||||||
"@playwright/test": "^1.27.1",
|
"@playwright/test": "^1.27.1",
|
||||||
"@types/url-parse": "^1.4.8",
|
"@types/url-parse": "^1.4.8",
|
||||||
|
|
Loading…
Reference in New Issue