|
@@ -3,7 +3,9 @@ module.exports = {
|
|
|
// The oclif rules have some code-style/formatting rules which may conflict with
|
|
|
// our prettier global settings. Disabling for now
|
|
|
// I suggest to only add essential rules absolutely required to make the cli work with oclif
|
|
|
- // at the end of this file, to override @joystream/eslint-config
|
|
|
+ // at the end of this file,
|
|
|
+ // The rule will be overridden by the rules in the root .eslintrc.js so we may have to
|
|
|
+ // change them there or remove them if necessary.
|
|
|
// "oclif",
|
|
|
// "oclif-typescript",
|
|
|
|