Skip to content

Commit f36a3f8

Browse files
committed
Add gyp-to-cmake
1 parent acd8043 commit f36a3f8

File tree

13 files changed

+1449
-1
lines changed

13 files changed

+1449
-1
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// @ts-check
22

3+
import { globalIgnores } from "eslint/config";
34
import globals from "globals";
45
import eslint from '@eslint/js';
56
import tseslint from 'typescript-eslint';
67

78
export default tseslint.config(
9+
globalIgnores(["**/dist/**/*"]),
810
eslint.configs.recommended,
911
tseslint.configs.recommended,
1012
{
@@ -26,6 +28,7 @@ export default tseslint.config(
2628
},
2729
{
2830
files: [
31+
"packages/gyp-to-cmake/bin/*.js",
2932
"packages/react-native-node-api-modules/bin/*.mjs",
3033
"packages/react-native-node-api-modules/scripts/*.mjs"
3134
],

0 commit comments

Comments
 (0)