@fenge/eslint-config
Version:
A super strict eslint config for linting js/ts/package.json.
12 lines • 450 B
TypeScript
export declare function getJsConfig(): {
readonly name: "fenge/javascript/config";
readonly files: readonly ["**/*.config.{js,cjs,mjs,jsx}"];
readonly rules: {
readonly "es-x/no-top-level-await": "off";
readonly "esm/no-phantom-dep-imports": readonly ["error", {
readonly allowDevDependencies: true;
}];
readonly "import/no-default-export": "off";
};
};
//# sourceMappingURL=config.d.ts.map