1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +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
}
}