Skip to content

Commit 7c3b6e7

Browse files
committed
initial commit
0 parents  commit 7c3b6e7

File tree

9 files changed

+200
-0
lines changed

9 files changed

+200
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

.envrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
# Automatically sets up your devbox environment whenever you cd into this
4+
# directory via our direnv integration:
5+
6+
eval "$(devbox generate direnv --print-envrc)"
7+
8+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
9+
# for more details

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/node_modules/
2+
/dist/

devbox.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
3+
"packages": [
4+
"nodejs@22"
5+
],
6+
"env": {
7+
"DEVBOX_COREPACK_ENABLED": "true"
8+
}
9+
}

devbox.lock

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"lockfile_version": "1",
3+
"packages": {
4+
"github:NixOS/nixpkgs/nixpkgs-unstable": {
5+
"last_modified": "2025-08-30T06:43:38Z",
6+
"resolved": "github:NixOS/nixpkgs/a918bb3594dd243c2f8534b3be01b3cb4ed35fd1?lastModified=1756536218&narHash=sha256-ynQxPVN2FIPheUgTFhv01gYLbaiSOS7NgWJPm9LF9D0%3D"
7+
},
8+
"nodejs@22": {
9+
"last_modified": "2025-06-06T01:46:53Z",
10+
"plugin_version": "0.0.2",
11+
"resolved": "github:NixOS/nixpkgs/6ad174a6dc07c7742fc64005265addf87ad08615#nodejs_22",
12+
"source": "devbox-search",
13+
"version": "22.14.0",
14+
"systems": {
15+
"aarch64-darwin": {
16+
"outputs": [
17+
{
18+
"name": "out",
19+
"path": "/nix/store/g5bv4gi6p7ryhs2hbaryxs6ivsxa6lqc-nodejs-22.14.0",
20+
"default": true
21+
},
22+
{
23+
"name": "dev",
24+
"path": "/nix/store/96vpirdcns8zxdwzwl7n804012lwrf1n-nodejs-22.14.0-dev"
25+
},
26+
{
27+
"name": "libv8",
28+
"path": "/nix/store/xph2837xqjnra80mqlk64xp7vb3kkqxs-nodejs-22.14.0-libv8"
29+
}
30+
],
31+
"store_path": "/nix/store/g5bv4gi6p7ryhs2hbaryxs6ivsxa6lqc-nodejs-22.14.0"
32+
},
33+
"aarch64-linux": {
34+
"outputs": [
35+
{
36+
"name": "out",
37+
"path": "/nix/store/cwb781xbp70f72njqh8vhvbsf1xq87i5-nodejs-22.14.0",
38+
"default": true
39+
},
40+
{
41+
"name": "dev",
42+
"path": "/nix/store/0w5mql46am2qai707a42q983l44l1h9z-nodejs-22.14.0-dev"
43+
},
44+
{
45+
"name": "libv8",
46+
"path": "/nix/store/vy56lahz381ayvw3hym3wj4r4ggv7gbk-nodejs-22.14.0-libv8"
47+
}
48+
],
49+
"store_path": "/nix/store/cwb781xbp70f72njqh8vhvbsf1xq87i5-nodejs-22.14.0"
50+
},
51+
"x86_64-darwin": {
52+
"outputs": [
53+
{
54+
"name": "out",
55+
"path": "/nix/store/086zjv14ipka2vbpgwil3xyvi5ml4vh3-nodejs-22.14.0",
56+
"default": true
57+
},
58+
{
59+
"name": "dev",
60+
"path": "/nix/store/24n01nfvy908pwzwpgsl0k4227187i7i-nodejs-22.14.0-dev"
61+
},
62+
{
63+
"name": "libv8",
64+
"path": "/nix/store/jiwk0in1wk85crn9vp03gg937gbh1s0w-nodejs-22.14.0-libv8"
65+
}
66+
],
67+
"store_path": "/nix/store/086zjv14ipka2vbpgwil3xyvi5ml4vh3-nodejs-22.14.0"
68+
},
69+
"x86_64-linux": {
70+
"outputs": [
71+
{
72+
"name": "out",
73+
"path": "/nix/store/c8jxsih8yy2rnncdmx2hyraizf689nvp-nodejs-22.14.0",
74+
"default": true
75+
},
76+
{
77+
"name": "libv8",
78+
"path": "/nix/store/s8gnrgh9hgnbkrc1wrn21d6zvkbvm9vi-nodejs-22.14.0-libv8"
79+
},
80+
{
81+
"name": "dev",
82+
"path": "/nix/store/xw8c1c0inxq3xl1d7axz19vq8c05kjk5-nodejs-22.14.0-dev"
83+
}
84+
],
85+
"store_path": "/nix/store/c8jxsih8yy2rnncdmx2hyraizf689nvp-nodejs-22.14.0"
86+
}
87+
}
88+
}
89+
}
90+
}

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "eslint-plugin-react-query-options",
3+
"version": "0.1.0",
4+
"type": "module",
5+
"exports": "./dist/index.js",
6+
"scripts": {
7+
"build": "tsc",
8+
"prepare": "node --run build"
9+
},
10+
"keywords": [
11+
"eslint",
12+
"eslint-plugin",
13+
"query",
14+
"react-query",
15+
"tanstack-query"
16+
],
17+
"author": {
18+
"name": "Daniel Perez Alvarez",
19+
"url": "https://danielpza.xyz"
20+
},
21+
"license": "MIT",
22+
"packageManager": "[email protected]+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706",
23+
"devDependencies": {
24+
"@tsconfig/node-lts": "^22.0.2",
25+
"prettier": "^3.6.2",
26+
"typescript": "^5.9.2"
27+
}
28+
}

pnpm-lock.yaml

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export function greet(name: string) {
2+
return `Hello ${name}`;
3+
}

tsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": ["@tsconfig/node-lts"],
3+
// Visit https://aka.ms/tsconfig to read more about this file
4+
"compilerOptions": {
5+
"declaration": true,
6+
"rootDir": "src",
7+
"outDir": "dist"
8+
}
9+
}

0 commit comments

Comments
 (0)