You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fix will not be applied due to no meta attr WARNING is printed multiple times (1 for every time that rule reports an error with fix. Need to fix this shit. (not immediate)
Mechanism for fixed dependancies (especially solparse) (not immediate)
v1
will have an eslint-like config format:Fix will not be applied due to no meta attr
WARNING is printed multiple times (1 for every time that rule reports an error withfix
. Need to fix this shit. (not immediate)overflow-indentation
toarg-overflow
or sth more appropriatesoliumrc
json has invalid syntax, it prints messagesoliumrc not found
which is misleading. fix this.--fix
mechanism--init
double-quotes
toquotes
(ie deprecate ruledouble-quotes
, add deprecation mechanism)extends
property and importing appropriate rule set(s) (load-rules-from-upstream.js
)--init
must create thesoliumrc
in new formatrule-context
to pass argumentscore-rule
schema.soliumrc
config schema & rule schema so they can be used by validators (ref: https://github.com/eslint/eslint/blob/3d020b9083de105ce8adc67bc3efae0aac01e03f/conf/config-schema.js).schema
object insidemeta
to describe (and validate) the arguments passed (possibly use https://github.com/molnarg/js-schema).--sync
optionv1
in Beta (see this post --> https://blog.greenkeeper.io/one-simple-trick-for-javascript-package-maintainers-to-avoid-breaking-their-user-s-software-and-to-6edf06dc5617)allow user migrating fromv0
tov1
to use--sync
to move to the new soliumrc with previous configurations preservedMay the force be with me
The text was updated successfully, but these errors were encountered: