|
54 | 54 | "execute:samples": "npm run build:samples && echo Skipped.", |
55 | 55 | "extract-api": "tsc -p . && api-extractor run --local", |
56 | 56 | "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", |
57 | | - "lint:fix": "eslint -c ../../.eslintrc.old.json src test samples --ext .ts --fix", |
58 | | - "lint": "eslint -c ../../.eslintrc.old.json src test --ext .ts -f html -o template-lintReport.html || exit 0", |
| 57 | + "lint:fix": "eslint -c ../../../.eslintrc.json src test samples --ext .ts --fix", |
| 58 | + "lint": "eslint -c ../../../.eslintrc.json src test --ext .ts -f html -o template-lintReport.html || exit 0", |
59 | 59 | "prebuild": "npm run clean", |
60 | 60 | "pack": "npm pack 2>&1", |
61 | 61 | "swagger": "autorest --typescript swagger/swagger.md", |
|
89 | 89 | }, |
90 | 90 | "devDependencies": { |
91 | 91 | "@azure/dev-tool": "^1.0.0", |
| 92 | + "@azure/eslint-plugin-azure-sdk": "^3.0.0", |
92 | 93 | "@azure/identity": "^1.1.0", |
93 | 94 | "@azure/test-utils-recorder": "^1.0.0", |
94 | 95 | "@microsoft/api-extractor": "7.7.11", |
|
102 | 103 | "@types/mocha": "^7.0.2", |
103 | 104 | "@types/node": "^8.0.0", |
104 | 105 | "@types/sinon": "^9.0.4", |
| 106 | + "@typescript-eslint/eslint-plugin": "^2.0.0", |
| 107 | + "@typescript-eslint/parser": "^2.0.0", |
105 | 108 | "assert": "^1.4.1", |
106 | 109 | "chai": "^4.2.0", |
107 | 110 | "dotenv": "^8.2.0", |
|
0 commit comments