File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ src /vector /modernizr.js
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ extends : [ "./node_modules/matrix-react-sdk/.eslintrc.js" ] ,
3+ }
Original file line number Diff line number Diff line change 4141 "start:js:prod" : " NODE_ENV=production webpack-dev-server -w --progress" ,
4242 "start" : " node scripts/babelcheck.js && parallelshell \" npm run start:res\" \" npm run start:js\" " ,
4343 "start:prod" : " parallelshell \" npm run start:res\" \" npm run start:js:prod\" " ,
44+ "lint" : " eslint src/" ,
45+ "lintall" : " eslint src/ test/" ,
4446 "clean" : " rimraf lib webapp electron/dist" ,
4547 "prepublish" : " npm run build:compile" ,
4648 "test" : " karma start --single-run=true --autoWatch=false --browsers PhantomJS --colors=false" ,
9597 "electron-builder" : " ^11.2.4" ,
9698 "electron-builder-squirrel-windows" : " ^11.2.1" ,
9799 "emojione" : " ^2.2.3" ,
100+ "eslint" : " ^3.14.0" ,
101+ "eslint-plugin-flowtype" : " ^2.30.0" ,
102+ "eslint-plugin-react" : " ^6.9.0" ,
98103 "expect" : " ^1.16.0" ,
99104 "fs-extra" : " ^0.30.0" ,
100105 "html-webpack-plugin" : " ^2.24.0" ,
148153 "target" : " deb" ,
149154 "maintainer" : " support@riot.im" ,
150155 "desktop" : {
151- "StartupWMClass" : " riot-web"
156+ "StartupWMClass" : " riot-web"
152157 }
153158 },
154159 "win" : {
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ env : {
3+ mocha : true ,
4+ } ,
5+ }
You can’t perform that action at this time.
0 commit comments