We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904f3b6 commit dc46346Copy full SHA for dc46346
1 file changed
types/eslint-core-augment.d.ts
@@ -0,0 +1,13 @@
1
+import '@eslint/core';
2
+
3
+declare module '@eslint/core' {
4
+ interface SettingsConfig {
5
+ react?: {
6
+ pragma?: string;
7
+ fragment?: string;
8
+ createClass?: string;
9
+ };
10
+ }
11
+}
12
13
+export {};
0 commit comments