chore: run lint & prettier on everything
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { randomBytes } from 'crypto'
|
||||
|
||||
import type { Payload } from '../../packages/payload/src/index.js'
|
||||
import { getPayload } from '../../packages/payload/src/index.js'
|
||||
import type {
|
||||
ChainedRelation,
|
||||
CustomIdNumberRelation,
|
||||
@@ -10,6 +9,8 @@ import type {
|
||||
Post,
|
||||
Relation,
|
||||
} from './payload-types.js'
|
||||
|
||||
import { getPayload } from '../../packages/payload/src/index.js'
|
||||
import { NextRESTClient } from '../helpers/NextRESTClient.js'
|
||||
import { startMemoryDB } from '../startMemoryDB.js'
|
||||
import configPromise from './config.js'
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
//"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
// ensure that nobody can accidentally use this config for a build
|
||||
"noEmit": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
// whatever paths you intend to lint
|
||||
"./**/*.ts",
|
||||
"./**/*.tsx"
|
||||
],
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user