f5ff33d21f
* Oracle abi taken from compilation. Moved project setup from dockerfile to package.json scripts * Use compile:contracts script instead of repeated command * Update imports to root contracts instead of copying * Rule for importing unpublished. Lint fix * Remove prepare:contracts and import:contracts * Disabled ModuleScopePlugin in order to be able to import contracts outside src dir * Fix for rm removing . and .. on linux
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
{
|
|
"extends": [
|
|
"plugin:node/recommended",
|
|
"airbnb-base",
|
|
"../.eslintrc"
|
|
],
|
|
"plugins": ["node"],
|
|
"rules": {
|
|
"node/no-unpublished-require": "off"
|
|
}
|
|
}
|