Merge pull request #21 from lowdefy/format-package

feat(format): init @lowdefy/format package
This commit is contained in:
Gervwyk 2020-10-07 15:55:51 +02:00 committed by GitHub
commit 488854a851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
118 changed files with 4096 additions and 99 deletions

View File

@ -9,7 +9,7 @@
"plugins": ["import", "jsx-a11y", "prettier", "react", "react-hooks"],
"rules": {
"prettier/prettier": "error",
"import/no-cycle": "warn",
"import/no-cycle": "off",
"no-underscore-dangle": "off",
"no-param-reassign": "warn",
"no-nested-ternary": "warn",

View File

@ -8,7 +8,7 @@ on:
- develop
jobs:
test-and-build:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Node
@ -17,8 +17,9 @@ jobs:
node-version: '12.x'
- uses: actions/checkout@v2
- name: Check yarn cache integrity
run: yarn install --check-cache
run: yarn install --immutable --immutable-cache
- name: Build packages
run: yarn build
# format tests don't pass on node 12 since icu is missing and tests don't work with locals
- name: Test packages
run: yarn test
run: yarn test --ignore='@lowdefy/format'

2168
.pnp.js generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More