Skip to content
Snippets Groups Projects
Commit 35c5c4cf authored by Alexander Rose's avatar Alexander Rose
Browse files

linting improvements

parent 4b8bf57d
No related branches found
No related tags found
No related merge requests found
Showing
with 111 additions and 107 deletions
node_modules/*
build/*
lib/*
\ No newline at end of file
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"url": "https://github.com/molstar/molstar/issues" "url": "https://github.com/molstar/molstar/issues"
}, },
"scripts": { "scripts": {
"lint": "eslint src/**/*.{ts,tsx}", "lint": "eslint ./**/*.{ts,tsx}",
"lint-fix": "eslint ./**/*.{ts,tsx} --fix",
"test": "npm run lint && jest", "test": "npm run lint && jest",
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack", "build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
"build-tsc": "tsc --incremental", "build-tsc": "tsc --incremental",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment