File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
extends : [
3
- 'onelint '
3
+ 'pretty-standard '
4
4
] ,
5
- plugins : [ 'import' ] ,
5
+ plugins : [ 'prettier' , ' import'] ,
6
6
rules : {
7
+ 'prettier/prettier' : 'error' ,
7
8
'import/no-extraneous-dependencies' : [
8
9
'error' , {
9
10
devDependencies : [ '**/test/**/*.js' , '**/bootstrap-unexpected-markdown.js' ] ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "singleQuote": true
3
+ }
Original file line number Diff line number Diff line change 38
38
"babel-preset-es2015-without-strict" : " 0.0.4" ,
39
39
"coveralls" : " 3.0.0" ,
40
40
"es5-shim" : " 4.5.9" ,
41
- "eslint" : " 2.13.1 " ,
42
- "eslint-config-onelint " : " 1.2 .0" ,
41
+ "eslint" : " 4.17.0 " ,
42
+ "eslint-config-pretty-standard " : " 1.1 .0" ,
43
43
"eslint-plugin-import" : " 1.16.0" ,
44
+ "eslint-plugin-prettier" : " 2.6.0" ,
44
45
"find-node-modules" : " 1.0.4" ,
45
46
"gh-pages" : " 1.1.0" ,
46
47
"istanbul" : " 0.4.5" ,
54
55
"node-version-check" : " 2.2.0" ,
55
56
"nyc" : " 10.3.2" ,
56
57
"offline-github-changelog" : " 1.1.2" ,
58
+ "prettier" : " 1.10.2" ,
57
59
"rollup" : " 0.51.8" ,
58
60
"rollup-plugin-commonjs" : " 8.2.6" ,
59
61
"rollup-plugin-node-globals" : " 1.1.0" ,
You can’t perform that action at this time.
0 commit comments