Skip to content

Commit 5a9f63e

Browse files
committed
refact(constants): rename file to fix typo
1 parent 552f014 commit 5a9f63e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
} from '@typescript-eslint/types/dist/generated/ast-spec';
88
import {ESLintUtils} from '@typescript-eslint/utils';
99

10-
import {DECORATORS, MODULE_PROPERTIES} from './contants';
10+
import {DECORATORS, MODULE_PROPERTIES} from './constants';
1111

1212
export const ruleCreator = ESLintUtils.RuleCreator(
1313
(name) => `https://github.com/ducktordanny/eslint-plugin-ng-module-sort#${name}`,

0 commit comments

Comments
 (0)