@dashadmin/dash-auto-admin 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +9 -0
  2. package/index.d.ts +3 -0
  3. package/index.js +3411 -0
  4. package/package.json +48 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # useful commands
2
+
3
+ yarn lint:check - performs a prettier check
4
+ yarn lint:fix - performs a prettier fix
5
+ yarn lint - perform an eslint check, including prettier rules
6
+
7
+ # Requirements
8
+
9
+ npm install -g @commitlint/cli @commitlint/config-conventional
package/index.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ // Auto-generated permissive types for @dashadmin/dash-auto-admin.
2
+ // Full typings can be regenerated with a tolerant tsc emit.
3
+ export {};