mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-04 05:50:50 +00:00
nhj
more
This commit is contained in:
21
unified-ai-platform/node_modules/underscore/modules/.eslintrc
generated
vendored
Normal file
21
unified-ai-platform/node_modules/underscore/modules/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module",
|
||||
},
|
||||
"plugins": [
|
||||
"import"
|
||||
],
|
||||
"extends": [
|
||||
"plugin:import/errors"
|
||||
],
|
||||
"rules": {
|
||||
// ExtendScript wrongly gives equal precedence to && and ||. #2949
|
||||
"no-mixed-operators": [
|
||||
"error",
|
||||
{
|
||||
"groups": [["&&", "||"]]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user