mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-07 07:20:54 +00:00
feat: Finalize VitePress site structure and styling
This commit is contained in:
18
node_modules/speakingurl/.jshintrc
generated
vendored
Normal file
18
node_modules/speakingurl/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"camelcase": true,
|
||||
"onevar": false,
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"newcap": true,
|
||||
"nonew": true,
|
||||
"trailing": true,
|
||||
"browser": true,
|
||||
"devel": true,
|
||||
"jquery": true,
|
||||
"node": true,
|
||||
"globals": {
|
||||
"module": true,
|
||||
"require": true,
|
||||
"console": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user