Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1 #97

Closed
31 of 37 tasks
duaraghav8 opened this issue Aug 11, 2017 · 0 comments
Closed
31 of 37 tasks

v1 #97

duaraghav8 opened this issue Aug 11, 2017 · 0 comments

Comments

@duaraghav8
Copy link
Owner

duaraghav8 commented Aug 11, 2017

  • Eventually remove all the v0 backward compatibility code from solium
  • Plugin in sharable config
  • Snapcraft call for testing & release stable version (Add the instructions to install the snap #130)
  • Make Custom rules API same as that of core rules, deprecate previous custom rule API --> Solium plugins
  • Enable sharable configs (and add schema to validate sharable config format)
  • Deprecate the existing one. Solium v1 will have an eslint-like config format:
{
    "extends": "solium:all",
    "rules": {
        "quotes": [2, "double"],
        "indentation": [2, 4],
        "arg-overflow": [2, "tab"],
        "blank-lines": [1, 2],
        "pragma-on-top": ["error", "^0.4.0"]
    }
}

May the force be with me

@duaraghav8 duaraghav8 mentioned this issue Aug 11, 2017
7 tasks
@duaraghav8 duaraghav8 changed the title Change soliumrc format v1 Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant