github-pages-deploy-action/node_modules/is-symbol/.eslintrc

15 lines
151 B
Plaintext
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
"root": true,
"extends": "@ljharb",
2020-03-22 05:13:25 +08:00
"overrides": [
{
"files": "test/**",
"rules": {
"no-restricted-properties": 0,
},
},
],
2020-01-28 13:07:56 +08:00
}