Skip to content

Commit

Permalink
lint for examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Sep 27, 2024
1 parent 9785d58 commit a2747e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": ["docs/_site"]
"ignore": [
"docs/_site",
"examples/**/dist"
]
},
"formatter": {
"enabled": true,
Expand Down
4 changes: 1 addition & 3 deletions examples/custom-receiver/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
"target": "es6",
"outDir": "dist"
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}
2 changes: 1 addition & 1 deletion examples/getting-started-typescript/src/utils/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// for details see https://github.com/motdotla/dotenv/blob/master/examples/typescript/
import { resolve } from 'path';
import { resolve } from 'node:path';
import { config } from 'dotenv';

const pathToConfig = '../../.env';
Expand Down
13 changes: 0 additions & 13 deletions examples/getting-started-typescript/tsconfig.eslint.json

This file was deleted.

0 comments on commit a2747e4

Please sign in to comment.