Skip to content

Commit

Permalink
rename rule to be consistent with the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinVermeer committed Apr 16, 2021
1 parent 3bb0aea commit 3c7a26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const message = "import statements should have an absolute path";

module.exports = {
rules: {
"no-relative-imports": {
"no-relative-import-paths": {
create: function (context) {
const { allowSameFolder } = context.options[0] || {};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-relative-import-paths",
"version": "1.0.0",
"version": "1.0.3",
"description": "",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3c7a26f

Please sign in to comment.