Skip to content

Commit

Permalink
REMOVE tslint instead
Browse files Browse the repository at this point in the history
bye bye
  • Loading branch information
ndelangen committed May 14, 2020
1 parent 07eb4db commit 74c1a7c
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 657 deletions.
14 changes: 0 additions & 14 deletions app/angular/src/server/__tests__/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@
"scripts": [],
"assets": ["src/favicon.ico", "src/assets"]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
"exclude": ["**/node_modules/**"]
}
}
}
},
Expand All @@ -95,13 +88,6 @@
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "angular-cli:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion app/angular/src/server/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// tslint:disable-next-line: no-var-requires
const packageJson = require('../../package.json');

export default {
Expand Down
1 change: 0 additions & 1 deletion app/aurelia/src/server/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// tslint:disable-next-line: no-var-requires
const packageJson = require('../../package.json');

export default {
Expand Down
1 change: 0 additions & 1 deletion app/html/src/server/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// tslint:disable-next-line: no-var-requires
const packageJson = require('../../package.json');

export default {
Expand Down
1 change: 0 additions & 1 deletion app/server/src/server/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// tslint:disable-next-line: no-var-requires
const packageJson = require('../../package.json');

export default {
Expand Down
1 change: 0 additions & 1 deletion app/web-components/src/server/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// tslint:disable-next-line: no-var-requires
const packageJson = require('../../package.json');

export default {
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/configurations/typescript-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ You will need to set up some scripts - these may help:
"copy-woff2-to-lib": "cpx \"./src/**/*.woff2\" ./build/lib",
"copy-svg-to-lib": "cpx \"./src/**/*.svg\" ./build/lib",
"copy-png-to-lib": "cpx \"./src/**/*.png\" ./build/lib",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'"
},
```

Expand Down
14 changes: 0 additions & 14 deletions examples/angular-cli/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@
"scripts": [],
"assets": ["src/favicon.ico", "src/assets"]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["src/tsconfig.app.json", "src/tsconfig.spec.json"],
"exclude": ["**/node_modules/**"]
}
}
}
},
Expand All @@ -95,13 +88,6 @@
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "angular-cli:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions examples/aurelia-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"scripts": {
"build": "rimraf dist && webpack --env production",
"build-storybook": "build-storybook -s dist",
"lint": "npm run lint:js && npm run lint:html",
"lint:html": "htmlhint -c .htmlhintrc src",
"lint:js": "tslint --project tsconfig.json",
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
"start": "webpack-dev-server",
"storybook": "start-storybook -p 9009 -s dist"
Expand Down Expand Up @@ -50,7 +47,6 @@
"sass-loader": "^8.0.0",
"style-loader": "^0.23.0",
"ts-loader": "^6.0.0",
"tslint": "^6.1.2",
"typescript": "^3.0.0",
"webpack": "^4.41.2"
}
Expand Down
5 changes: 0 additions & 5 deletions examples/aurelia-kitchen-sink/tslint.json

This file was deleted.

4 changes: 1 addition & 3 deletions examples/cra-ts-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
"fork-ts-checker-webpack-plugin": "^4.0.3",
"react-docgen-typescript-loader": "^3.7.2",
"react-moment-proptypes": "^1.7.0",
"ts-node": "~8.9.1",
"tslint": "^6.1.2",
"tslint-config-airbnb": "^5.11.1"
"ts-node": "~8.9.1"
},
"storybook": {
"chromatic": {
Expand Down
6 changes: 0 additions & 6 deletions examples/cra-ts-kitchen-sink/tslint.json

This file was deleted.

21 changes: 0 additions & 21 deletions lib/cli/test/fixtures/angular-cli-v6/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -110,15 +98,6 @@
"devServerTarget": "angular-cli-v6:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion lib/cli/test/fixtures/angular-cli-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "^5.14.0",
"typescript": "^3.4.0"
}
}
17 changes: 0 additions & 17 deletions lib/cli/test/fixtures/angular-cli-v6/src/tslint.json

This file was deleted.

131 changes: 0 additions & 131 deletions lib/cli/test/fixtures/angular-cli-v6/tslint.json

This file was deleted.

21 changes: 0 additions & 21 deletions lib/cli/test/fixtures/angular-cli-v7/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,6 @@
"src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -124,15 +112,6 @@
"devServerTarget": "angular-cli-v7:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion lib/cli/test/fixtures/angular-cli-v7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "^5.14.0",
"typescript": "^3.4.0"
}
}
17 changes: 0 additions & 17 deletions lib/cli/test/fixtures/angular-cli-v7/src/tslint.json

This file was deleted.

Loading

0 comments on commit 74c1a7c

Please sign in to comment.