mirror of
https://github.com/strapi/strapi.git
synced 2026-01-03 18:53:34 +00:00
Inline eslint import/extensions disable
This commit is contained in:
parent
1b0e310d06
commit
627332f8d0
@ -3,8 +3,5 @@
|
||||
"extends": ["custom/back/typescript"],
|
||||
"parserOptions": {
|
||||
"project": ["./server/tsconfig.eslint.json"]
|
||||
},
|
||||
"rules": {
|
||||
"import/extensions:": "off"
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,6 +5,7 @@ import {
|
||||
ApolloServerPluginLandingPageGraphQLPlayground,
|
||||
} from 'apollo-server-core';
|
||||
import depthLimit from 'graphql-depth-limit';
|
||||
// eslint-disable-next-line import/extensions
|
||||
import graphqlUploadKoa from 'graphql-upload/graphqlUploadKoa.js';
|
||||
import type { Config } from 'apollo-server-core';
|
||||
import type { Strapi } from '@strapi/types';
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import { GraphQLDateTime, GraphQLLong, GraphQLJSON } from 'graphql-scalars';
|
||||
// eslint-disable-next-line import/extensions
|
||||
import GraphQLUpload from 'graphql-upload/GraphQLUpload.js';
|
||||
import { asNexusMethod } from 'nexus';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user