Skip to content

Commit

Permalink
refactor: add compile files in root (#5)
Browse files Browse the repository at this point in the history
This is an automated pull request to update from branch
refactor/add-files
  • Loading branch information
nikkeyl authored Aug 9, 2024
2 parents e0cf368 + 0fada9c commit aa4a7b9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { Config } from 'prettier';

/**
* Define an Prettier config.
*
* @param {object} config Prettier config.
*
* @returns Prettier config.
*/
declare const defineConfig: (config: Config) => Config;

export { defineConfig };
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const n=e=>e;export{n as defineConfig};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.0.8",
"@archoleat/eslint-flat-compatibility": "^1.1.6",
"@archoleat/prettier-define-config": "file:",
"@archoleat/semantic-release-define-config": "^1.1.13",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa4a7b9

Please sign in to comment.