1.2.2 ā€¢ Published 2 years ago

eslint-plugin-antonin v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-antonin

NPM version

Installation

$ npm install eslint eslint-plugin-antonin

Configuration

  "plugins": [
    "antonin",
  ],
  "rules": {
    "antonin/no-tilde-import": "error",
  }

List of supported rules

āœ”: Enabled in the recommended configuration.\ šŸ”§: Fixable with eslint --fix.

āœ”šŸ”§RuleDescription
āœ”šŸ”§react/no-tilde-importDisallow the use of import with tildes or multiple @

License

eslint-plugin-antonin is licensed under the MIT License.

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago