mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-19 17:53:20 +00:00
chore: update linter
This commit is contained in:
11
package.json
11
package.json
@@ -4,7 +4,8 @@
|
||||
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"lint": "eslint .",
|
||||
"test": "mocha test/*/**.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -42,10 +43,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-ecollect-base": "^0.1.2",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"libxmljs": "^0.19.7",
|
||||
"mocha": "^6.1.4"
|
||||
"mocha": "^6.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user