Merge branch '20-sort-out-linting-config' into 'dev'
Resolve "Sort out linting config" Closes #20 See merge request !13
Showing
.prettierrc
deleted
100644 → 0
.prettierrc.js
0 → 100644
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
"copytest:features": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/features test/features", | "copytest:features": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/features test/features", | ||
"copytest:fixtures": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/fixtures test/fixtures", | "copytest:fixtures": "npx recursive-copy -w node_modules/backbone-adapter-testsuite/fixtures test/fixtures", | ||
"copytests": "npm run copytest:features && npm run copytest:fixtures", | "copytests": "npm run copytest:features && npm run copytest:fixtures", | ||
"lint:js": "eslint --ext \".js\" --ignore-path .gitignore .", | "lint:js": "eslint -c .eslintrc.js --ext .js --ignore-path .gitignore .", | ||
"lint:prettier": "prettier --check .", | "lint:prettier": "prettier --check .", | ||
"lint": "yarn lint:js && yarn lint:prettier", | "lint": "yarn lint:js && yarn lint:prettier", | ||
"lintfix": "prettier --write --list-different . && yarn lint:js --fix", | "lintfix": "prettier --write --list-different . && yarn lint:js --fix", | ||
... | @@ -51,14 +51,14 @@ | ... | @@ -51,14 +51,14 @@ |
"babel-jest": "^27.4.4", | "babel-jest": "^27.4.4", | ||
"backbone-adapter-testsuite": "git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite.git#dev", | "backbone-adapter-testsuite": "git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite.git#dev", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
"eslint": "^8.4.1", | "eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.3.0", | "eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.2.1", | "eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^7.0.4", | "husky": "^7.0.4", | ||
"jest": "^27.4.4", | "jest": "^27.4.4", | ||
"lint-staged": "^12.1.2", | "lint-staged": "^12.1.2", | ||
"openapi-schema-validator": "^12.1.0", | "openapi-schema-validator": "^12.1.0", | ||
"prettier": "^2.5.1", | "prettier": "^2.8.4", | ||
"recursive-copy-cli": "^1.0.20", | "recursive-copy-cli": "^1.0.20", | ||
"rollup": "^3.9.1" | "rollup": "^3.9.1" | ||
} | } | ||
... | ... |
Please register or sign in to comment