Skip to content

Commit

Permalink
Merge pull request #139 from cloud-atlas-ai:update-dev-deps
Browse files Browse the repository at this point in the history
Add ESLint configuration and update dependencies
  • Loading branch information
muness authored Dec 23, 2024
2 parents 31933bf + 94fa92e commit a084178
Show file tree
Hide file tree
Showing 4 changed files with 2,442 additions and 759 deletions.
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import config from "eslint-config-standard";


/** @type {import('eslint').Linter.Config[]} */
export default [
...[].concat(config),
];
Loading

0 comments on commit a084178

Please sign in to comment.