Skip to content

Commit 4065399

Browse files
committed
chore: remove eslint changes
1 parent f070c64 commit 4065399

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ module.exports = {
4646
// TODO: re-enable after dropping support for Node 12
4747
'n/no-unsupported-features/es-syntax': 'off',
4848
'@typescript-eslint/no-extra-semi': 'off',
49-
// This behaves strangely, and we have TypeScript for this anyway
50-
'n/no-missing-import': 0,
5149
},
5250
},
5351
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/src/templates/ipx.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable import/no-unresolved, @typescript-eslint/ban-ts-comment */
1+
/* eslint-disable n/no-missing-import, import/no-unresolved, @typescript-eslint/ban-ts-comment */
22
import { Handler } from '@netlify/functions'
33
import { createIPXHandler } from '@netlify/ipx'
44

@@ -11,4 +11,4 @@ export const handler: Handler = createIPXHandler({
1111
remotePatterns,
1212
responseHeaders,
1313
}) as Handler
14-
/* eslint-enable import/no-unresolved, @typescript-eslint/ban-ts-comment */
14+
/* eslint-enable n/no-missing-import, import/no-unresolved, @typescript-eslint/ban-ts-comment */

0 commit comments

Comments
 (0)