1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Fix lint failing on a clean repo

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-05 16:30:25 -04:00
parent 271f8860e2
commit d4cba62218
4 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,6 @@
"compute-versions": "node ./build/compute-versions.mjs", "compute-versions": "node ./build/compute-versions.mjs",
"prebuild": "npm run compute-versions", "prebuild": "npm run compute-versions",
"build": "lens-webpack-build", "build": "lens-webpack-build",
"dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand" "test": "jest --coverage --runInBand"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -26,7 +26,6 @@
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"

View File

@ -26,7 +26,6 @@
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"

View File

@ -26,7 +26,6 @@
"scripts": { "scripts": {
"build": "lens-webpack-build", "build": "lens-webpack-build",
"clean": "rimraf dist/", "clean": "rimraf dist/",
"dev": "webpack --mode=development --watch",
"test": "jest --coverage --runInBand", "test": "jest --coverage --runInBand",
"lint": "lens-lint", "lint": "lens-lint",
"lint:fix": "lens-lint --fix" "lint:fix": "lens-lint --fix"