File tree 4 files changed +1456
-5
lines changed
4 files changed +1456
-5
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ root : true ,
3
+ extends : [ 'eslint:recommended' , 'plugin:prettier/recommended' ] ,
4
+ env : {
5
+ es2017 : true ,
6
+ node : true ,
7
+ } ,
8
+ } ;
Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
3
+ module . exports = {
4
+ singleQuote : true ,
5
+ trailingComma : 'es5' ,
6
+ printWidth : 100 ,
7
+ } ;
Original file line number Diff line number Diff line change 10
10
"author" : " Tobias Bieniek" ,
11
11
"main" : " lib/index.js" ,
12
12
"scripts" : {
13
+ "lint:fix" : " yarn lint --fix" ,
14
+ "lint" : " eslint ." ,
13
15
"test" : " mocha tests --recursive"
14
16
},
15
17
"dependencies" : {
16
18
"line-column" : " ^1.0.2" ,
17
19
"requireindex" : " ~1.1.0"
18
20
},
19
21
"devDependencies" : {
20
- "eslint" : " ~2.6.0" ,
21
- "mocha" : " ^3.0.2"
22
+ "eslint" : " ~7.10.0" ,
23
+ "eslint-config-prettier" : " ^6.12.0" ,
24
+ "eslint-plugin-prettier" : " ^3.1.4" ,
25
+ "mocha" : " ^8.1.3" ,
26
+ "prettier" : " ^2.1.2"
22
27
},
23
28
"license" : " MIT" ,
24
29
"directories" : {
25
30
"test" : " tests"
26
31
},
27
32
"repository" : {
28
33
"type" : " git" ,
29
- "url" : " git+https://github.com/Turbo87 /eslint-plugin-ember-internal.git"
34
+ "url" : " git+https://github.com/emberjs /eslint-plugin-ember-internal.git"
30
35
},
31
36
"bugs" : {
32
- "url" : " https://github.com/Turbo87 /eslint-plugin-ember-internal/issues"
37
+ "url" : " https://github.com/emberjs /eslint-plugin-ember-internal/issues"
33
38
},
34
- "homepage" : " https://github.com/Turbo87 /eslint-plugin-ember-internal#readme"
39
+ "homepage" : " https://github.com/emberjs /eslint-plugin-ember-internal#readme"
35
40
}
You can’t perform that action at this time.
0 commit comments