repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Build: Add `exports` to package.json, export slim & esm builds
[jquery.git]
/
test
/
node_smoke_tests
/
commonjs
/
.eslintrc.json
blob
26409bd89f4c536776fb87d20d5b8af4ba98b949
1
{
2
"root": true,
3
4
"extends": "../../../.eslintrc-node.json",
5
6
"parserOptions": {
7
"ecmaVersion": 2015,
8
"sourceType": "script"
9
},
10
"env": {
11
"es2022": true
12
}
13
}