DefinitelyTyped/types/eslint-config-prettier/index.d.ts
2020-04-27 07:52:21 -04:00

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'>;