mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Fix/clean errors (#191)
* clean dev errors
* add check command
* yarn -> npm in travis
* fix all warnings
* fix base test
* 💄
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"test": "node scripts/test.js --silent",
|
||||
"test:ava": "NODE_ENV=production ava --verbose",
|
||||
"test-watch": "ava --watch",
|
||||
"lint": "echo 'This is a placeholder for Travis'",
|
||||
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
|
||||
"lint:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user