Skip to content

Commit f41af09

Browse files
Ho Nguyen PhamHo Nguyen Pham
authored andcommitted
Migrate from dkg-libs to auxo-libs
1 parent 96df930 commit f41af09

23 files changed

+607
-10175
lines changed

.eslintrc.cjs

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
module.exports = {
2-
root: true,
3-
env: {
4-
browser: true,
5-
node: true,
6-
jest: true,
7-
},
8-
extends: [
9-
'eslint:recommended',
10-
'plugin:@typescript-eslint/eslint-recommended',
11-
'plugin:@typescript-eslint/recommended',
12-
'plugin:o1js/recommended',
13-
],
14-
parser: '@typescript-eslint/parser',
15-
parserOptions: {
16-
ecmaVersion: 'latest',
17-
},
18-
plugins: ['@typescript-eslint', 'o1js'],
19-
rules: {
20-
'no-constant-condition': 'off',
21-
'prefer-const': 'off',
22-
},
2+
root: true,
3+
env: {
4+
browser: true,
5+
node: true,
6+
jest: true,
7+
},
8+
extends: [
9+
'eslint:recommended',
10+
'plugin:@typescript-eslint/eslint-recommended',
11+
'plugin:@typescript-eslint/recommended',
12+
'plugin:o1js/recommended',
13+
],
14+
parser: '@typescript-eslint/parser',
15+
parserOptions: {
16+
ecmaVersion: 'latest',
17+
},
18+
plugins: ['@typescript-eslint', 'o1js'],
19+
rules: {
20+
'no-constant-condition': 'off',
21+
'prefer-const': 'off',
22+
},
2323
};

.prettierrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"semi": true,
3-
"singleQuote": true,
4-
"tabWidth": 4,
5-
"trailingComma": "es5"
2+
"semi": true,
3+
"singleQuote": true,
4+
"tabWidth": 2,
5+
"trailingComma": "es5"
66
}

0 commit comments

Comments
 (0)