Skip to content

Commit 11eca7a

Browse files
committed
add .eslintrc.js to lint ignore patterns
1 parent f8c2598 commit 11eca7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.eslintrc.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ module.exports = {
257257
'__mocks__',
258258
'__e2e__',
259259
'coverage',
260-
260+
261261
// Ignore project/file templates
262262
'function-template-dir',
263263

@@ -271,6 +271,8 @@ module.exports = {
271271
'test-apps',
272272

273273
// Ignore lint for standalone JSON validation function
274-
'/packages/appsync-modelgen-plugin/src/validate-cjs.js'
274+
'/packages/appsync-modelgen-plugin/src/validate-cjs.js',
275+
276+
'.eslintrc.js'
275277
]
276278
};

0 commit comments

Comments
 (0)