1
1
mirror of https://github.com/primer/css.git synced 2024-10-04 04:17:21 +03:00
css/__tests__/.eslintrc.json
2021-04-01 10:56:12 -07:00

9 lines
103 B
JSON

{
"extends": [
"plugin:jest/recommended"
],
"rules": {
"eslint-comments/no-use": 0
}
}