Removed posttest linting step

- linting is done as a separate step in CI and it's a git hook upon
  pushing locally, so we don't need to run it after tests
This commit is contained in:
Daniel Lockyer 2022-07-21 10:09:36 +02:00
parent 03cb00e7fb
commit 48fd5ca8cb
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
16 changed files with 16 additions and 32 deletions

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -10,8 +10,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",

View File

@ -9,8 +9,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",