mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix linter
This commit is contained in:
parent
7dd93d490e
commit
24a9cd94e5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node --test --experimental-test-module-mocks src/**/*.spec.js",
|
"test": "node --test --experimental-test-module-mocks src/**/*.spec.js",
|
||||||
"test:watch": "node --test --watch --experimental-test-module-mocks src/**/*.spec.js",
|
"test:watch": "node --test --watch --experimental-test-module-mocks src/**/*.spec.js",
|
||||||
"lint": "eslint ."
|
"lint": "eslint src"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue