UNPKG

eslint-plugin-cursor

Version:

ESLint plugin to detect mojibake (garbled characters) in source code

15 lines (14 loc) 296 B
declare const _default: { rules: { 'no-mojibake': import("eslint").Rule.RuleModule; }; configs: { recommended: { plugins: string[]; rules: { 'mojibake/no-mojibake': string; }; }; }; }; export = _default;