Skip to content

Commit

Permalink
chore: run prettier format (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Oct 17, 2024
1 parent 91c619f commit 15c6844
Show file tree
Hide file tree
Showing 6 changed files with 6,998 additions and 7,302 deletions.
11 changes: 5 additions & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
const config = require('@substrate/dev/config/eslint');

module.exports = {
...config,
parserOptions: {
project: '**/tsconfig.json'
}
}

...config,
parserOptions: {
project: '**/tsconfig.json',
},
};
2 changes: 1 addition & 1 deletion babel.config.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@substrate/dev/config/babel')
module.exports = require('@substrate/dev/config/babel');
Loading

0 comments on commit 15c6844

Please sign in to comment.