0.1.0 • Published 28 days ago

@koding-cl/react-kit v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
28 days ago

Reac

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list
acornacorn-jsxajvansi-regexansi-stylesargparsearray-tree-filterarray-unionasync-validatorbalanced-matchbrace-expansionbracesbrowserslistcallsitescaniuse-litechalkclassnamescolor-convertcolor-namecommandercompute-scroll-into-viewcomputedsconcat-mapconvert-source-mapcopy-to-clipboardcross-spawncsstypedayjsde-indentdebugdeep-isdir-globdoctrineelectron-to-chromiumentitiesesbuildescaladeescape-string-regexpeslint-scopeeslint-visitor-keysespreeesqueryesrecurseestraverseestree-walkeresutilsfast-deep-equalfast-globfast-json-stable-stringifyfast-levenshteinfastqfile-entry-cachefill-rangefind-upflat-cacheflattedfs-extrafs.realpathfseventsfunction-bindgensyncglobglob-parentglobalsglobbygraceful-fsgraphemerhas-flaghasownheignoreimport-freshimport-lazyimurmurhashinflightinheritsis-core-moduleis-extglobis-globis-numberis-path-insideisexejjujs-tokensjs-yamljsescjson-bufferjson-schema-traversejson-stable-stringify-without-jsonifyjson2mqjson5jsonfilekeyvkoloristlevnlocate-pathlodashlodash.getlodash.isequallodash.mergeloose-envifylru-cachemagic-stringmerge2micromatchminimatchmsmuggle-stringnanoidnatural-comparenode-releasesonceoptionatorp-limitp-locateparent-modulepath-browserifypath-existspath-is-absolutepath-keypath-parsepath-typepicocolorspicomatchpostcssprelude-lspunycodeqrcode.reactqueue-microtaskrc-cascaderrc-checkboxrc-collapserc-dialogrc-drawerrc-dropdownrc-field-formrc-imagerc-inputrc-input-numberrc-mentionsrc-menurc-motionrc-notificationrc-overflowrc-paginationrc-pickerrc-progressrc-raterc-resize-observerrc-segmentedrc-selectrc-sliderrc-stepsrc-switchrc-tablerc-tabsrc-textarearc-tooltiprc-treerc-tree-selectrc-uploadrc-utilrc-virtual-listreact-isreact-refreshregenerator-runtimeresize-observer-polyfillresolveresolve-fromreusifyrimrafrolluprun-parallelschedulerscroll-into-view-if-neededsemvershebang-commandshebang-regexslashsource-mapsource-map-jssprintf-jsstring-argvstring-convertstrip-ansistrip-json-commentsstylissupports-colorsupports-preserve-symlinks-flagtext-tablethrottle-debounceto-fast-propertiesto-regex-rangetoggle-selectionts-api-utilstype-checktype-festundici-typesuniversalifyupdate-browserslist-dburi-jsvalidatorvue-template-compilervue-tscwhichwrappyyallistyocto-queuez-schema
0.1.0

28 days ago