File tree Expand file tree Collapse file tree 6 files changed +16
-3
lines changed Expand file tree Collapse file tree 6 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2222 "8080" : { "label" : " Example" }
2323 },
2424 "postCreateCommand" : " npm install" ,
25- "remoteUser" : " node"
25+ "remoteUser" : " node" ,
26+ "customizations" : {
27+ "vscode" : {
28+ "settings" : {
29+ "typescript.preferences.importModuleSpecifier" : " non-relative"
30+ }
31+ }
32+ }
2633}
Original file line number Diff line number Diff line change 3434 ]
3535 }
3636 ],
37- "simple-import-sort/exports" : " error"
37+ "simple-import-sort/exports" : " error" ,
38+ "import/no-relative-parent-imports" : " error"
3839 },
3940 "overrides" : [
4041 {
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ Temporary Items
236236
237237# VisualStudioCode
238238.vscode /*
239- # !.vscode/settings.json
239+ ! .vscode /settings.json
240240# !.vscode/tasks.json
241241# !.vscode/launch.json
242242# !.vscode/extensions.json
Original file line number Diff line number Diff line change 1+ // eslint-disable-next-line import/no-relative-parent-imports
12import '../src/index.scss'
23
34import { SeamProvider } from '@seamapi/react'
Original file line number Diff line number Diff line change 1+ {
2+ "typescript.preferences.importModuleSpecifier" : " non-relative"
3+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { createFake } from '@seamapi/fake-seam-connect'
55import axios from 'axios'
66import getRawBody from 'raw-body'
77
8+ // eslint-disable-next-line import/no-relative-parent-imports
89import { seedFake } from '../.storybook/seed-fake.js'
910
1011// Taken from seam-connect
You can’t perform that action at this time.
0 commit comments