This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +10
-20
lines changed Expand file tree Collapse file tree 6 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 2
2
"singleQuote": true,
3
3
"bracketSpacing": false,
4
4
"trailingComma": "all",
5
+ "jsxBracketSameLine": false,
5
6
"arrowParens": "always"
6
7
}
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ### Fixed
6
+ * Updated ` typescript-eslint-parser ` dependency to version 17.0.1 in order to support TypeScript 3.
7
+ * ` plugin:shopify/prettier ` and ` plugin:shopify/typescript-prettier ` now defer Prettier's config to project's ` .prettierrc ` .
8
+
5
9
### Changed
6
10
* Included ` all ` as a vague term for ` no-vague-titles ` ([ #114 ] ( https://github.com/Shopify/eslint-plugin-shopify/pull/114 ) )
7
11
Original file line number Diff line number Diff line change @@ -4,17 +4,6 @@ module.exports = {
4
4
plugins : [ 'prettier' ] ,
5
5
6
6
rules : {
7
- 'prettier/prettier' : [
8
- 'error' ,
9
- {
10
- singleQuote : true ,
11
- trailingComma : 'all' ,
12
- bracketSpacing : false ,
13
- jsxBracketSameLine : false ,
14
- arrowParens : 'always' ,
15
- } ,
16
- ] ,
17
-
18
7
// rules to disable to prefer prettier
19
8
'shopify/binary-assignment-parens' : 'off' ,
20
9
'babel/semi' : 'off' ,
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ module.exports = {
6
6
'error' ,
7
7
{
8
8
parser : 'typescript' ,
9
- singleQuote : true ,
10
- trailingComma : 'all' ,
11
- bracketSpacing : false ,
12
- jsxBracketSameLine : false ,
13
9
} ,
14
10
] ,
15
11
} ,
Original file line number Diff line number Diff line change 99
99
"merge" : " 1.2.0" ,
100
100
"pascal-case" : " ^2.0.1" ,
101
101
"pkg-dir" : " 2.0.0" ,
102
- "typescript-eslint-parser" : " 16 .0.1"
102
+ "typescript-eslint-parser" : " 17 .0.1"
103
103
}
104
104
}
Original file line number Diff line number Diff line change @@ -1592,7 +1592,7 @@ eslint-plugin-react@7.7.0:
1592
1592
merge "1.2.0"
1593
1593
pascal-case "^2.0.1"
1594
1594
pkg-dir "2.0.0"
1595
- typescript-eslint-parser "16 .0.1"
1595
+ typescript-eslint-parser "17 .0.1"
1596
1596
1597
1597
eslint-plugin-sort-class-members@1.3.1 :
1598
1598
version "1.3.1"
@@ -3529,9 +3529,9 @@ typedarray@^0.0.6:
3529
3529
version "0.0.6"
3530
3530
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
3531
3531
3532
- typescript-eslint-parser@16 .0.1 :
3533
- version "16 .0.1"
3534
- resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-16 .0.1.tgz#b40681c7043b222b9772748b700a000b241c031b "
3532
+ typescript-eslint-parser@17 .0.1 :
3533
+ version "17 .0.1"
3534
+ resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-17 .0.1.tgz#ddc681a3afa51a9baa6746a001eb5f29fb1365d3 "
3535
3535
dependencies :
3536
3536
lodash.unescape "4.0.1"
3537
3537
semver "5.5.0"
You can’t perform that action at this time.
0 commit comments