mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
7 lines
307 B
TypeScript
7 lines
307 B
TypeScript
// Type definitions for eslint-config-prettier 6.11
|
|
// Project: https://github.com/prettier/eslint-config-prettier#readme
|
|
// Definitions by: Josh Goldberg <https://github.com/JoshuaKGoldberg>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export const rules: Record<string, 0 | 'off'>;
|