@storm-software/linting-tools 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.
package/package.json ADDED
@@ -0,0 +1,118 @@
1
+ {
2
+ "name": "@storm-software/linting-tools",
3
+ "version": "1.0.0",
4
+ "private": false,
5
+ "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
+ "keywords": [
7
+ "storm",
8
+ "storm-ops",
9
+ "stormstack",
10
+ "storm-stack",
11
+ "sullivanpj",
12
+ "open-system",
13
+ "monorepo"
14
+ ],
15
+ "homepage": "https://stormsoftware.org",
16
+ "bugs": {
17
+ "url": "https://github.com/storm-software/storm-ops/issues",
18
+ "email": "support@stormsoftware.org"
19
+ },
20
+ "repository": {
21
+ "type": "github",
22
+ "url": "https://github.com/storm-software/storm-ops.git",
23
+ "directory": "packages/linting-tools"
24
+ },
25
+ "license": "Apache License 2.0",
26
+ "author": {
27
+ "name": "Storm Software",
28
+ "email": "contact@stormsoftware.org",
29
+ "url": "https://stormsoftware.org"
30
+ },
31
+ "type": "module",
32
+ "bin": {
33
+ "storm-git": "./bin/cli.js"
34
+ },
35
+ "dependencies": {
36
+ "@cspell/dict-ada": "4.0.2",
37
+ "@cspell/dict-aws": "4.0.0",
38
+ "@cspell/dict-bash": "4.1.2",
39
+ "@cspell/dict-companies": "3.0.27",
40
+ "@cspell/dict-cpp": "5.0.9",
41
+ "@cspell/dict-cryptocurrencies": "4.0.0",
42
+ "@cspell/dict-csharp": "4.0.2",
43
+ "@cspell/dict-css": "4.0.12",
44
+ "@cspell/dict-dart": "2.0.3",
45
+ "@cspell/dict-django": "4.1.0",
46
+ "@cspell/dict-docker": "1.1.7",
47
+ "@cspell/dict-dotnet": "5.0.0",
48
+ "@cspell/dict-elixir": "4.0.3",
49
+ "@cspell/dict-en-common-misspellings": "1.0.2",
50
+ "@cspell/dict-en-gb": "4.1.25",
51
+ "@cspell/dict-en_us": "4.3.11",
52
+ "@cspell/dict-filetypes": "3.0.2",
53
+ "@cspell/dict-fonts": "4.0.0",
54
+ "@cspell/dict-fsharp": "1.0.1",
55
+ "@cspell/dict-fullstack": "3.1.5",
56
+ "@cspell/dict-gaming-terms": "1.0.4",
57
+ "@cspell/dict-git": "2.0.0",
58
+ "@cspell/dict-golang": "6.0.4",
59
+ "@cspell/dict-haskell": "4.0.1",
60
+ "@cspell/dict-html": "4.0.5",
61
+ "@cspell/dict-html-symbol-entities": "4.0.0",
62
+ "@cspell/dict-java": "5.0.6",
63
+ "@cspell/dict-k8s": "1.0.2",
64
+ "@cspell/dict-latex": "4.0.0",
65
+ "@cspell/dict-lorem-ipsum": "4.0.0",
66
+ "@cspell/dict-lua": "4.0.2",
67
+ "@cspell/dict-makefile": "1.0.0",
68
+ "@cspell/dict-node": "4.0.3",
69
+ "@cspell/dict-npm": "5.0.12",
70
+ "@cspell/dict-php": "4.0.4",
71
+ "@cspell/dict-powershell": "5.0.2",
72
+ "@cspell/dict-public-licenses": "2.0.5",
73
+ "@cspell/dict-python": "4.1.10",
74
+ "@cspell/dict-r": "2.0.1",
75
+ "@cspell/dict-ruby": "5.0.1",
76
+ "@cspell/dict-rust": "4.0.1",
77
+ "@cspell/dict-scala": "5.0.0",
78
+ "@cspell/dict-software-terms": "3.3.9",
79
+ "@cspell/dict-sql": "2.1.2",
80
+ "@cspell/dict-svelte": "1.0.2",
81
+ "@cspell/dict-swift": "2.0.1",
82
+ "@cspell/dict-typescript": "3.1.2",
83
+ "@cspell/dict-vue": "3.0.0",
84
+ "@manypkg/cli": "0.21.0",
85
+ "@manypkg/get-packages": "2.2.0",
86
+ "@total-typescript/ts-reset": "0.5.1",
87
+ "alex": "11.0.1",
88
+ "check-dependency-version-consistency": "4.1.0",
89
+ "child_process": "1.0.2",
90
+ "commander": "11.1.0",
91
+ "cspell": "7.3.8",
92
+ "dpdm": "3.14.0",
93
+ "eslint": "8.53.0",
94
+ "p-limit": "4.0.0",
95
+ "rehype-parse": "9.0.0",
96
+ "rehype-retext": "4.0.0",
97
+ "remark-frontmatter": "5.0.0",
98
+ "remark-gfm": "4.0.0",
99
+ "remark-mdx": "3.0.0",
100
+ "remark-parse": "11.0.0",
101
+ "remark-retext": "6.0.0",
102
+ "retext-english": "5.0.0",
103
+ "retext-equality": "7.0.0",
104
+ "retext-profanities": "8.0.0",
105
+ "spawndamnit": "2.0.0",
106
+ "supports-color": "9.4.0",
107
+ "unified": "11.0.4",
108
+ "unified-diff": "5.0.0",
109
+ "unified-engine": "11.1.1",
110
+ "vfile-reporter": "8.1.0"
111
+ },
112
+ "devDependencies": {
113
+ "@types/eslint": "8.44.6"
114
+ },
115
+ "publishConfig": {
116
+ "access": "public"
117
+ }
118
+ }
@@ -0,0 +1,15 @@
1
+ .alexignore
2
+ .prettierignore
3
+ **/.git/**
4
+ **/.docusaurus/**
5
+ **/dist/**
6
+ **/dotnet/**
7
+ **/node_modules/**
8
+ **/.next/**
9
+ **/pnpm-lock.yaml/**
10
+ **/tools/docker/**
11
+ **/__snapshots__/**
12
+ **/catalog-package/**
13
+ **/*.hbs
14
+
15
+ # tailwind.config.js
@@ -0,0 +1,28 @@
1
+ {
2
+ "plugins": ["prettier-plugin-packagejson", "prettier-plugin-prisma"],
3
+ "trailingComma": "none",
4
+ "tabWidth": 2,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "preserve",
8
+ "insertPragma": false,
9
+ "bracketSameLine": true,
10
+ "printWidth": 80,
11
+ "bracketSpacing": true,
12
+ "arrowParens": "avoid",
13
+ "endOfLine": "lf",
14
+ "overrides": [
15
+ {
16
+ "files": "**/*.hbs",
17
+ "options": {
18
+ "parser": "html"
19
+ }
20
+ },
21
+ {
22
+ "files": "**/*.4cast",
23
+ "options": {
24
+ "parser": "prisma-parse"
25
+ }
26
+ }
27
+ ]
28
+ }
@@ -0,0 +1,2 @@
1
+ // Do not add any other lines of code to this file!
2
+ import "@total-typescript/ts-reset";
@@ -0,0 +1,24 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "compileOnSave": false,
4
+ "compilerOptions": {
5
+ "sourceMap": true,
6
+ "declaration": true,
7
+ "declarationMap": true,
8
+ "allowJs": true,
9
+ "resolveJsonModule": true,
10
+ "moduleResolution": "node",
11
+ "types": ["node", "jest", "reflect-metadata"],
12
+ "emitDecoratorMetadata": true,
13
+ "experimentalDecorators": true,
14
+ "allowSyntheticDefaultImports": true,
15
+ "importHelpers": true,
16
+ "target": "es2022",
17
+ "module": "esnext",
18
+ "lib": ["dom", "dom.iterable", "esnext"],
19
+ "skipLibCheck": true,
20
+ "skipDefaultLibCheck": true
21
+ },
22
+ "include": ["./reset.d.ts"],
23
+ "exclude": ["**/node_modules", "**/tmp"]
24
+ }