@grafana/ui lib now contains one components, seperate lint & tsc steps
Showing
... | ... | @@ -4,11 +4,23 @@ |
"description": "", | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"test": "tsc --noEmit" | ||
"tslint": "tslint -c tslint.json --project tsconfig.json", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"react": "^16.6.3", | ||
"react-dom": "^16.6.3", | ||
"react-popper": "^1.3.0", | ||
"react-highlight-words": "0.11.0", | ||
"@torkelo/react-select": "2.1.1", | ||
"react-transition-group": "^2.2.1", | ||
"react-virtualized": "^9.21.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^23.3.2", | ||
"@types/react": "^16.7.6", | ||
"typescript": "^3.2.2" | ||
} | ||
} |
packages/grafana-ui/tslint.json
0 → 100644
scripts/grunt/options/tslint.js
deleted
100644 → 0
Please
register
or
sign in
to comment