chore: init
This commit is contained in:
commit
30083154a8
23 changed files with 6418 additions and 0 deletions
14
eslint.config.js
Normal file
14
eslint.config.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import kirklin from "@kirklin/eslint-config";
|
||||
|
||||
export default kirklin(
|
||||
{
|
||||
ignores: [
|
||||
// eslint ignore globs here
|
||||
],
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
// overrides
|
||||
},
|
||||
},
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue