Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit a99a3da

Browse files
committed
refactor: disable ESLint camelcase rules
Signed-off-by: Jonah Snider <[email protected]>
1 parent 6cc32ce commit a99a3da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ interface NetlifyUtils {
88
}
99

1010
interface NetlifyInputs {
11+
// The TOML config uses camelcase for readability and because it's convention
12+
/* eslint-disable camelcase */
1113
custom_build_dir_name?: string;
1214
build_dir_path?: string;
15+
/* eslint-enable camelcase */
1316
}
1417

1518
interface NetlifyOpts {

0 commit comments

Comments
 (0)