Commit 1ffdf14 1 parent 336b4d6 commit 1ffdf14 Copy full SHA for 1ffdf14
File tree 5 files changed +24
-2
lines changed
5 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ ls :
2
+ .js : lowercase
3
+ .json : lowercase
4
+ .css : lowercase
5
+ .html : lowercase
6
+ .ico : lowercase
7
+ .jpg : lowercase
8
+ .png : lowercase
9
+ .svg : lowercase
10
+ .tff : lowercase
11
+ .woff : lowercase
12
+ .woff2 : lowercase
13
+
14
+ ignore :
15
+ - .git
16
+ - node_modules
Original file line number Diff line number Diff line change 16
16
"lerna" : " lerna" ,
17
17
"clean" : " rimraf ./**/.greenwood/** && rimraf ./**/public/** && rimraf ./coverage" ,
18
18
"clean:deps" : " rimraf **/node_modules/**" ,
19
- "lint" : " eslint \" *.js\" \" ./packages/**/**/*.js\" \" ./test/*.js\" \" ./www/**/**/*.js\" " ,
19
+ "lint" : " ls-lint && eslint \" *.js\" \" ./packages/**/**/*.js\" \" ./test/*.js\" \" ./www/**/**/*.js\" " ,
20
20
"build" : " yarn clean && node . build" ,
21
21
"serve" : " yarn build && cd ./public && ws" ,
22
22
"develop" : " yarn clean && node . develop" ,
23
23
"test" : " export BROWSERSLIST_IGNORE_OLD_DATA=true && yarn clean && nyc mocha" ,
24
24
"test:tdd" : " yarn test --watch"
25
25
},
26
26
"devDependencies" : {
27
+ "@ls-lint/ls-lint" : " ^1.9.2" ,
27
28
"babel-eslint" : " ^10.0.3" ,
28
29
"chai" : " ^4.2.0" ,
29
30
"eslint" : " ^6.8.0" ,
File renamed without changes.
Original file line number Diff line number Diff line change 1
- @import url ('/assets/fonts/SourceSansPro .css' );
1
+ @import url ('/assets/fonts/source-sans-pro .css' );
2
2
3
3
* {
4
4
margin : 0 ;
Original file line number Diff line number Diff line change 1615
1615
npmlog "^4.1.2"
1616
1616
write-file-atomic "^2.3.0"
1617
1617
1618
+ "@ls-lint/ls-lint@^1.9.2":
1619
+ version "1.9.2"
1620
+ resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.9.2.tgz#689f1f4c06072823a726802ba167340efcefe19c"
1621
+ integrity sha512-sugEjWjSSy9OHF6t1ZBLZCAROj52cZthB9dIePmzZzzMwmWwy3qAEMSdJheHeS1FOwDZI7Ipm1H/bWgzJNnSAw==
1622
+
1618
1623
"@mapbox/rehype-prism@^0.4.0":
1619
1624
version "0.4.0"
1620
1625
resolved "https://registry.yarnpkg.com/@mapbox/rehype-prism/-/rehype-prism-0.4.0.tgz#58714b345ec01256aa74c24762a341f6a771494e"
You can’t perform that action at this time.
0 commit comments