Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna authored Dec 19, 2024
1 parent d7cb2c4 commit 3e821ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ yarn add -D @fauna/typescript

## Configure
### ES Lint Config
In `eslint.config.mjs` put:
In `eslint.config.js` put:

```(javascript)
import { config as defaultConfig } from "@fauna/typescript/config/js/eslint.config.js";
export default [
...defaultConfig,
// ... any customizations you'd like
// ...any customizations you'd like
];
```
### Prettier Config

In `prettier.config.js`
```(javascript)
import basePrettierConfig from "@fauna/typescript/config/prettierrc.js";
Expand All @@ -46,6 +46,7 @@ import basePrettierConfig from "@fauna/typescript/config/prettierrc.js";
*/
const config = {
...basePrettierConfig,
// ...any customizations you'd like
};
export default config;
Expand Down

0 comments on commit 3e821ac

Please sign in to comment.