We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c2598 commit 11eca7aCopy full SHA for 11eca7a
.eslintrc.js
@@ -257,7 +257,7 @@ module.exports = {
257
'__mocks__',
258
'__e2e__',
259
'coverage',
260
-
+
261
// Ignore project/file templates
262
'function-template-dir',
263
@@ -271,6 +271,8 @@ module.exports = {
271
'test-apps',
272
273
// Ignore lint for standalone JSON validation function
274
- '/packages/appsync-modelgen-plugin/src/validate-cjs.js'
+ '/packages/appsync-modelgen-plugin/src/validate-cjs.js',
275
276
+ '.eslintrc.js'
277
]
278
};
0 commit comments