Skip to content

Commit 4d83ecb

Browse files
committed
add config file
1 parent ca5d231 commit 4d83ecb

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.codacy/codacy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
runtimes:
2+
3+
tools:
4+

.github/workflows/codacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: codacy/codacy-cli-v2-action@tests
2525
with:
2626
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
27+
tool: eslint
2728

2829
- name: Install dependencies
2930
run: |

eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default [
2+
{
3+
rules: {
4+
}
5+
}
6+
];

0 commit comments

Comments
 (0)