Skip to content

Commit

Permalink
rewrite api
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Apr 3, 2022
1 parent 0f06d05 commit 194afa4
Show file tree
Hide file tree
Showing 30 changed files with 2,251 additions and 3,815 deletions.
76 changes: 76 additions & 0 deletions .cspell-base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"ignorePaths": [
".DS_Store",
".git/",
"dist/",
"node_modules/",
"package-lock.json",
".cspell-base.json",
".cspell.json"
],
"version": "0.2",
"words": [
"accum",
"argb",
"autofix",
"autofixable",
"autofixing",
"browserconfig",
"combinator",
"combinators",
"config's",
"cpsell",
"derp",
"derpy",
"electrovir",
"entrypoint",
"entrypoints",
"esbenp",
"estree",
"fleek",
"gitattributes",
"globbing",
"globstar",
"inconsolata",
"lexend",
"lfsr",
"locationchange",
"marvinpinto",
"mmultiline",
"monospace",
"msapplication",
"mstile",
"nojekyll",
"noopener",
"noreferrer",
"npmignore",
"packagejson",
"parens",
"pdfs",
"postupgrade",
"prettierignore",
"prettierrc",
"preupgrade",
"protobuf",
"pushstate",
"replacestate",
"repo's",
"repos",
"rgba",
"stackoverflow",
"stylelint",
"stylelintrc",
"tabbable",
"tabindex",
"thingie",
"threejs",
"transpiled",
"transpiling",
"typeof",
"virmator's",
"virmator",
"vite",
"vitejs",
"xlink"
]
}
76 changes: 6 additions & 70 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,12 @@
{
"ignorePaths": [
".DS_Store",
".git/",
"dist/",
"node_modules/",
"package-lock.json",
".cspell-base.json",
".cspell.json"
"./src-c/",
"build"
],
"version": "0.2",
"import": ".cspell-base.json",
"words": [
"accum",
"argb",
"autofix",
"autofixable",
"autofixing",
"browserconfig",
"combinator",
"combinators",
"config's",
"cpsell",
"derp",
"derpy",
"electrovir",
"entrypoint",
"entrypoints",
"esbenp",
"estree",
"fleek",
"gitattributes",
"globbing",
"globstar",
"inconsolata",
"lexend",
"lfsr",
"locationchange",
"marvinpinto",
"mmultiline",
"monospace",
"msapplication",
"mstile",
"nojekyll",
"noopener",
"noreferrer",
"npmignore",
"packagejson",
"parens",
"pdfs",
"postupgrade",
"prettierignore",
"prettierrc",
"preupgrade",
"protobuf",
"pushstate",
"replacestate",
"repo's",
"repos",
"rgba",
"stackoverflow",
"stylelint",
"stylelintrc",
"tabbable",
"tabindex",
"thingie",
"threejs",
"transpiled",
"transpiling",
"typeof",
"virmator's",
"virmator",
"vite",
"vitejs",
"xlink"
"Raspian",
"BBGGRR",
"WWBBGGRR"
]
}
4 changes: 0 additions & 4 deletions .github/workflows/virmator-tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: run test
run: |
npm ci
npm run test:full
- name: pack and set vars
id: vars
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/virmator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: run test
run: |
npm ci
npm run test:full
npm run test:health
2 changes: 0 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const prettierConfig = {
arrowParens: 'always',
bracketSpacing: false,
endOfLine: 'lf',
// Arrays with just a single element don't wrap. But after that, they always wrap.
multilineArrayWrapThreshold: 1,
htmlWhitespaceSensitivity: 'ignore',
jsonRecursiveSort: true,
bracketSameLine: false,
Expand Down
15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

Loading

0 comments on commit 194afa4

Please sign in to comment.