Skip to content

Commit

Permalink
Migrate from dkg-libs to auxo-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho Nguyen Pham authored and Ho Nguyen Pham committed Nov 5, 2023
1 parent 96df930 commit f41af09
Show file tree
Hide file tree
Showing 23 changed files with 607 additions and 10,175 deletions.
42 changes: 21 additions & 21 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module.exports = {
root: true,
env: {
browser: true,
node: true,
jest: true,
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:o1js/recommended',
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
},
plugins: ['@typescript-eslint', 'o1js'],
rules: {
'no-constant-condition': 'off',
'prefer-const': 'off',
},
root: true,
env: {
browser: true,
node: true,
jest: true,
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:o1js/recommended',
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
},
plugins: ['@typescript-eslint', 'o1js'],
rules: {
'no-constant-condition': 'off',
'prefer-const': 'off',
},
};
8 changes: 4 additions & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}
Loading

0 comments on commit f41af09

Please sign in to comment.