1
1
mirror of https://github.com/primer/css.git synced 2024-12-04 03:46:28 +03:00
css/__tests__/.eslintrc.json

9 lines
103 B
JSON
Raw Normal View History

2021-03-30 08:10:17 +03:00
{
"extends": [
"plugin:jest/recommended"
2021-04-01 20:56:12 +03:00
],
"rules": {
"eslint-comments/no-use": 0
}
2021-03-30 08:10:17 +03:00
}