This repository was archived by the owner on Dec 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ extends : "@ethereumjs/eslint-config-defaults"
3
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
"coverage" : " nyc npm run coverage:test && nyc report --reporter=lcov" ,
22
22
"coverage:test" : " tape -r ts-node/register 'test/!(integration)/**/*.ts' 'test/integration/**/*.ts'" ,
23
23
"docs:build" : " typedoc --tsconfig tsconfig.prod.json" ,
24
- "lint" : " standard " ,
25
- "lint:fix" : " standard - -fix" ,
24
+ "lint" : " ethereumjs-config-lint " ,
25
+ "lint:fix" : " ethereumjs-config-lint -fix" ,
26
26
"test" : " npm run test:unit && npm run test:integration" ,
27
27
"test:unit" : " ts-node node_modules/tape/bin/tape 'test/!(integration)/**/*.ts'" ,
28
28
"test:integration" : " ts-node node_modules/tape/bin/tape 'test/integration/**/*.ts'" ,
89
89
"@babel/plugin-transform-spread" : " ^7.10.1" ,
90
90
"@ethereumjs/config-nyc" : " ^1.1.1" ,
91
91
"@ethereumjs/config-typescript" : " ^2.0.0" ,
92
+ "@ethereumjs/eslint-config-defaults" : " ^2.0.0" ,
92
93
"@polkadot/ts" : " ^0.3.48" ,
93
94
"@types/node" : " ^14.11.5" ,
94
95
"@types/tape" : " ^4.13.0" ,
104
105
"nyc" : " ~13.3.0" ,
105
106
"pino" : " ^5.8.0" ,
106
107
"pino-pretty" : " ^2.2.2" ,
107
- "standard" : " ~12.0.1" ,
108
108
"supertest" : " ^3.1.0" ,
109
109
"tape" : " ~4.10.1" ,
110
110
"tape-catch" : " ~1.0.6" ,
Original file line number Diff line number Diff line change
1
+ module . exports = require ( '@ethereumjs/eslint-config-defaults/prettier.config.js' )
You can’t perform that action at this time.
0 commit comments