|
| 1 | +{ |
| 2 | + "import-components": { |
| 3 | + "scope": "javascript", |
| 4 | + "prefix": "import components", |
| 5 | + "body": ["import { ${1} } from '@components'",], |
| 6 | + }, |
| 7 | + "import-common": { |
| 8 | + "scope": "javascript", |
| 9 | + "prefix": "import common", |
| 10 | + "body": ["import { ${1} } from '@common'",], |
| 11 | + }, |
| 12 | + "import-uncommon": { |
| 13 | + "scope": "javascript", |
| 14 | + "prefix": "import uncommon", |
| 15 | + "body": ["import { ${1} } from '@uncommon'",], |
| 16 | + }, |
| 17 | + "import-locales": { |
| 18 | + "scope": "javascript", |
| 19 | + "prefix": "import theme", |
| 20 | + "body": ["import { ${1} } from '@locales'",], |
| 21 | + }, |
| 22 | + "import-pages": { |
| 23 | + "scope": "javascript", |
| 24 | + "prefix": "import pages", |
| 25 | + "body": ["import { ${1} } from '@pages'",], |
| 26 | + }, |
| 27 | + "import-router": { |
| 28 | + "scope": "javascript", |
| 29 | + "prefix": "import router", |
| 30 | + "body": ["import { ${1} } from '@router'",], |
| 31 | + }, |
| 32 | + "import-store": { |
| 33 | + "scope": "javascript", |
| 34 | + "prefix": "import store", |
| 35 | + "body": ["import { ${1} } from '@store'",], |
| 36 | + }, |
| 37 | + "import-use": { |
| 38 | + "scope": "javascript", |
| 39 | + "prefix": "import use", |
| 40 | + "body": ["import { ${1} } from '@use'",], |
| 41 | + }, |
| 42 | + "import-examples": { |
| 43 | + "scope": "javascript", |
| 44 | + "prefix": "import examples", |
| 45 | + "body": ["import { ${1} } from '@examples'",], |
| 46 | + }, |
| 47 | + "import-core": { |
| 48 | + "scope": "javascript", |
| 49 | + "prefix": "import core", |
| 50 | + "body": ["import { ${1} } from '@core'",], |
| 51 | + }, |
| 52 | + "import-theme": { |
| 53 | + "scope": "javascript", |
| 54 | + "prefix": "import theme", |
| 55 | + "body": ["import { ${1} } from '@theme'",], |
| 56 | + }, |
| 57 | + "import-constants": { |
| 58 | + "scope": "javascript", |
| 59 | + "prefix": "import constants", |
| 60 | + "body": ["import { ${1} } from '@constants'",], |
| 61 | + }, |
| 62 | + "import-layouts": { |
| 63 | + "scope": "javascript", |
| 64 | + "prefix": "import layouts", |
| 65 | + "body": ["import { ${1} } from '@layouts'",], |
| 66 | + }, |
| 67 | + "import-middleware": { |
| 68 | + "scope": "javascript", |
| 69 | + "prefix": "import middleware", |
| 70 | + "body": ["import { ${1} } from '@middleware'",], |
| 71 | + }, |
| 72 | + "import-mixins": { |
| 73 | + "scope": "javascript", |
| 74 | + "prefix": "import mixins", |
| 75 | + "body": ["import { ${1} } from '@mixins'",], |
| 76 | + }, |
| 77 | + "import-plugins": { |
| 78 | + "scope": "javascript", |
| 79 | + "prefix": "import plugins", |
| 80 | + "body": ["import { ${1} } from '@plugins'",], |
| 81 | + }, |
| 82 | + "import-services": { |
| 83 | + "scope": "javascript", |
| 84 | + "prefix": "import services", |
| 85 | + "body": ["import { ${1} } from '@services'",], |
| 86 | + }, |
| 87 | + "import-utils": { |
| 88 | + "scope": "javascript", |
| 89 | + "prefix": "import utils", |
| 90 | + "body": ["import { ${1} } from '@utils'",], |
| 91 | + }, |
| 92 | +} |
0 commit comments