We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deaa9c commit 79ff20fCopy full SHA for 79ff20f
.eslintplugin/no-nls-localize.ts
@@ -4,9 +4,9 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
import * as eslint from 'eslint';
7
-import { createImportRuleListener } from './utils';
+import { createImportRuleListener } from './utils.ts';
8
9
-export = new class implements eslint.Rule.RuleModule {
+export default new class implements eslint.Rule.RuleModule {
10
11
readonly meta: eslint.Rule.RuleMetaData = {
12
messages: {
0 commit comments