Skip to content

Commit

Permalink
chore: revert eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Nov 14, 2023
1 parent 4d8476b commit d22b711
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/dapp-kit/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const Config = require('@vechain/repo-config');

module.exports = {
...Config.EslintLibrary,
ignorePatterns: ['test/**', 'vite.config.ts'],
};
module.exports = Config.EslintLibrary;

0 comments on commit d22b711

Please sign in to comment.