Skip to content
Snippets Groups Projects
Commit 3f2b82ff authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add eslint and gts

parent 4ac6c47e
No related branches found
No related tags found
1 merge request!18Resolves - Provisional Release Setup
This diff is collapsed.
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
"main": "src/index.js", "main": "src/index.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",
"scripts": { "scripts": {
"fix": "npm run tslint -- --fix", "fix": "gts fix",
"lint": "tslint -c tslint.json 'types/**/*.d.ts' 'src/**/*.d.ts'", "lint": "gts lint",
"npm-cli-login": "npm-cli-login", "npm-cli-login": "npm-cli-login",
"prepare": "husky install", "prepare": "husky install",
"start": "cd example && npm i && npm run start", "start": "cd example && npm i && npm run start",
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
"devDependencies": { "devDependencies": {
"@types/d3": "^7.1.0", "@types/d3": "^7.1.0",
"@types/node": "^14.6.0", "@types/node": "^14.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"gts": "^3.1.0",
"husky": "^7.0.4", "husky": "^7.0.4",
"prettier": "^2.1.0", "prettier": "^2.1.0",
"pretty-quick": "^3.0.0", "pretty-quick": "^3.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment