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

Plugin name #1

Closed
nicolo-ribaudo opened this issue Dec 17, 2018 · 1 comment
Closed

Plugin name #1

nicolo-ribaudo opened this issue Dec 17, 2018 · 1 comment

Comments

@nicolo-ribaudo
Copy link
Member

I have tested how ESLint works with scoped plugins, and I come up with a few possible names. What do you prefer? Keep it mind that it should not be confised with https://github.com/babel/eslint-plugin-babel.

Mi first choices would be either (1) or (4).


  1. Name: eslint-plugin-babel-plugin
    Usage:
{
  "plugins": [
    "babel-plugin"
  ],
  "rules": {
    "babel-plugin/no-undefined-identifier": "error"
  }
}
  1. Name: @babel/eslint-plugin-babel-plugin
    Usage:
{
  "plugins": [
    "@babel/babel-plugin"
  ],
  "rules": {
    "@babel/babel-plugin/no-undefined-identifier": "error"
  }
}
  1. Name: @babel/eslint-plugin-plugin
    Usage:
{
  "plugins": [
    "@babel/plugin"
  ],
  "rules": {
    "@babel/plugin/no-undefined-identifier": "error"
  }
}
  1. Name: @babel/eslint-plugin-developement
    Usage:
{
  "plugins": [
    "@babel/developement"
  ],
  "rules": {
    "@babel/developement/no-undefined-identifier": "error"
  }
}
@xtuc
Copy link
Member

xtuc commented Dec 18, 2018

I 👍 @babel/eslint-plugin-developement, the name is explicit and in the Babel org.

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

2 participants