UNPKG
raycast-hooks
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Hooks for Raycast extensions
github.com/gsgd/raycast-hooks
gsgd/raycast-hooks
raycast-hooks
/
.eslintrc.json
11 lines
(10 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"root"
:
true
,
"env"
:
{
"es2020"
:
true
,
"node"
:
true
}
,
"parser"
:
"@typescript-eslint/parser"
,
"plugins"
:
[
"@typescript-eslint"
]
,
"extends"
:
[
"eslint:recommended"
,
"plugin:@typescript-eslint/recommended"
,
"prettier"
]
}