1.2.2 ⢠Published 3 years ago
eslint-plugin-antonin v1.2.2
eslint-plugin-antonin
Installation
$ npm install eslint eslint-plugin-antoninConfiguration
"plugins": [
"antonin",
],
"rules": {
"antonin/no-tilde-import": "error",
}List of supported rules
ā: Enabled in the recommended configuration.\
š§: Fixable with eslint --fix.
| ā | š§ | Rule | Description |
|---|---|---|---|
| ā | š§ | react/no-tilde-import | Disallow the use of import with tildes or multiple @ |
License
eslint-plugin-antonin is licensed under the MIT License.