mirror of
https://github.com/actions/javascript-action.git
synced 2026-01-07 05:09:27 +08:00
* #27 remove console.log * #16 change author to empty * #30 maintain this repo 😄 * #8 jest update for eslint * update dependencies * #22 generate source maps * #21 use prepare instead of package * add `npm run all` to run everything
18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"es6": true,
|
|
"jest": true,
|
|
"node": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"globals": {
|
|
"Atomics": "readonly",
|
|
"SharedArrayBuffer": "readonly"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
},
|
|
"rules": {
|
|
}
|
|
} |