1
0
mirror of https://github.com/actions/labeler synced 2026-05-12 18:41:11 +02:00
Files
labeler/node_modules/is-symbol/.eslintrc
David Kale 91fcbb0108 build
2020-09-08 13:25:36 -04:00

15 lines
151 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"overrides": [
{
"files": "test/**",
"rules": {
"no-restricted-properties": 0,
},
},
],
}