Skip to content

Commit 6c9dad4

Browse files
committed
ctco-dev: add tslint airbnb ruleset
1 parent a3373e5 commit 6c9dad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeldar/react-scripts",
3-
"version": "1.1.4-7",
3+
"version": "1.1.4-8",
44
"description": "Configuration and scripts for Create React App. Modified by @aeldar",
55
"repository": "aeldar/create-react-app",
66
"license": "MIT",

packages/react-scripts/template/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
2+
"extends": ["tslint:recommended", "tslint-react", "tslint-config-airbnb", "tslint-config-prettier"],
33
"defaultSeverity": "warning",
44
"linterOptions": {
55
"exclude": [

0 commit comments

Comments
 (0)