Skip to content

Commit

Permalink
chore(aws-amplify): enable eslint and remove tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Feb 13, 2024
1 parent b96a0ed commit 396c5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
'api',
'api-graphql',
'auth',
'aws-amplify',
// 'aws-amplify',
// 'core',
'datastore',
'datastore-storage-adapter',
Expand Down
3 changes: 2 additions & 1 deletion packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@
"build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
"clean": "rimraf lib-esm lib dist",
"format": "echo \"Not implemented\"",
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
"lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
"generate-docs-local": "typedoc --out docs src",
"generate-docs-root": "typedoc --out ../../docs src",
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 93.26"
Expand Down
45 changes: 0 additions & 45 deletions packages/aws-amplify/tslint.json

This file was deleted.

0 comments on commit 396c5e2

Please sign in to comment.