Skip to content

Commit ec63c4b

Browse files
authored
Merge pull request #267 from cceh/tmercer-fix-deps
removed airbnb and jshint because of broken dependencies
2 parents 1e358c5 + ff8f8e0 commit ec63c4b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ server/server.conf
1818
server/geodata
1919
bibl/build/*
2020
scripts/schemas.xml
21+
package-lock.json
2122

2223
backups
2324
**/backup/

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@fontsource/open-sans": "^5.0.30",
4848
"@fortawesome/fontawesome-free": "^6.6.0",
4949
"@types/bootstrap": "^5.2.10",
50-
"@types/lodash-es": "^4.17.12",
5150
"@types/jquery": "*",
51+
"@types/lodash-es": "^4.17.12",
5252
"@vue/compiler-sfc": "^3.5.4",
5353
"argparse": "*",
5454
"autoprefixer": "^10.4.20",
@@ -58,7 +58,6 @@
5858
"css-loader": "^7.1.2",
5959
"easygettext": "^2.17.0",
6060
"eslint": "^9.10.0",
61-
"eslint-config-airbnb-base": "^15.0.0",
6261
"eslint-formatter-unix": "^8.40.0",
6362
"eslint-plugin-vue": "^9.28.0",
6463
"eslint-webpack-plugin": "^4.2.0",
@@ -71,7 +70,6 @@
7170
"imports-loader": "^5.0.0",
7271
"jsdoc": "^4.0.3",
7372
"jsdoc-vuejs": "^4.0.0",
74-
"jshint": "^2.13.6",
7573
"mini-css-extract-plugin": "^2.9.1",
7674
"postcss": "^8.4.45",
7775
"postcss-loader": "^8.1.1",

0 commit comments

Comments
 (0)