chore: run lint & prettier on everything
This commit is contained in:
@@ -126,7 +126,7 @@ describe('SEO Plugin', () => {
|
||||
})
|
||||
|
||||
describe('i18n', () => {
|
||||
test('Test support for another language', async () => {
|
||||
test('support for another language', async () => {
|
||||
await page.goto(url.edit(id))
|
||||
const contentTabsClass = '.tabs-field__tabs .tabs-field__tab-button'
|
||||
const autoGenerateButtonClass = '.group-field__wrap .render-fields div:nth-of-type(1) button'
|
||||
|
||||
@@ -2,6 +2,7 @@ import path from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
|
||||
import type { Payload } from '../../packages/payload/src/index.js'
|
||||
|
||||
import { getPayload } from '../../packages/payload/src/index.js'
|
||||
import getFileByPath from '../../packages/payload/src/uploads/getFileByPath.js'
|
||||
import removeFiles from '../helpers/removeFiles.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