Skip to content

Commit

Permalink
feat: totp
Browse files Browse the repository at this point in the history
chore: convert to vitest
chore: cleanup dependencies
  • Loading branch information
Vilsol committed Nov 20, 2024
1 parent 2a1212e commit ee88d73
Show file tree
Hide file tree
Showing 9 changed files with 6,493 additions and 9,812 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
22.11.0
24 changes: 2 additions & 22 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,22 +1,2 @@
// @ts-check

import eslint from '@eslint/js';
import { RuleTester } from 'eslint';
import tseslint from 'typescript-eslint';

const rules = tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);

rules.push(
{
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
"prefer-rest-params": "off",
}
}
);

export default rules;
import config from '@restorecommerce/dev/eslint.config.js';
export default config;
Loading

0 comments on commit ee88d73

Please sign in to comment.