Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

19 wiersze
545 B

  1. {
  2. "file": {
  3. "options": {
  4. "overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
  5. "rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
  6. "useEslintrc": false
  7. }
  8. },
  9. "test": {
  10. "options": {
  11. "overrideConfigFile": "vendor/magento/magento-coding-standard/eslint/.eslintrc",
  12. "rulePaths": ["vendor/magento/magento-coding-standard/eslint/rules"],
  13. "outputFile": "dev/tests/static/eslint-error-report.xml",
  14. "format": "junit",
  15. "quiet": true
  16. }
  17. }
  18. }