Skip to content

Commit

Permalink
Merge pull request #27 from cloudblue/feat/LITE-29274-init-frontend-c…
Browse files Browse the repository at this point in the history
…onfiguration

LITE-29274: Init frontend configuration
  • Loading branch information
arnaugiralt authored Feb 16, 2024
2 parents 1d2cc48 + 9b66eca commit 947112f
Show file tree
Hide file tree
Showing 59 changed files with 4,227 additions and 2,234 deletions.
21 changes: 21 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
root: true,
extends: [
'plugin:vue/vue3-recommended',
'eslint:recommended',
'@vue/eslint-config-prettier/skip-formatting',
'prettier',
'plugin:vitest-globals/recommended',
],

env: {
'vitest-globals/env': true,
},

parserOptions: {
ecmaVersion: 'latest',
},
};
66 changes: 0 additions & 66 deletions .eslintrc.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm install
- name: Linting
run: npm run lint
- name: Check formatting
run: npm run format:check
- name: Testing
run: npm run test
10 changes: 10 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all",
"singleAttributePerLine": true
}
1 change: 0 additions & 1 deletion connect_bi_reporter/static/44a9fa4faa4e0d7f2adc.woff2

This file was deleted.

1 change: 0 additions & 1 deletion connect_bi_reporter/static/5df55ab0f502936aa404.woff2

This file was deleted.

1 change: 0 additions & 1 deletion connect_bi_reporter/static/67de229ea73f98cf5020.woff2

This file was deleted.

1 change: 0 additions & 1 deletion connect_bi_reporter/static/6da5e4b6cdf85fa9cd8e.woff2

This file was deleted.

8 changes: 8 additions & 0 deletions connect_bi_reporter/static/assets/connect-DoGJVtqq.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions connect_bi_reporter/static/assets/main-6lUTH3Z4.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions connect_bi_reporter/static/assets/main-CZAHhpjr.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions connect_bi_reporter/static/assets/vendor-CN7jTmeF.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion connect_bi_reporter/static/bdc8832f2c64c9ce80c5.woff

This file was deleted.

1 change: 0 additions & 1 deletion connect_bi_reporter/static/da4f14203f531119a659.woff2

This file was deleted.

1 change: 0 additions & 1 deletion connect_bi_reporter/static/da615df710c3224b74ab.woff2

This file was deleted.

1 change: 0 additions & 1 deletion connect_bi_reporter/static/e8f0e86e70b87cc10f1b.woff2

This file was deleted.

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.
1 change: 0 additions & 1 deletion connect_bi_reporter/static/images/mkp.svg

This file was deleted.

Loading

0 comments on commit 947112f

Please sign in to comment.