Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.eslintrc 180B

1234567891011
  1. {
  2. "env": {
  3. "browser": true,
  4. "node": true
  5. },
  6. "rules": {
  7. "no-console": 0,
  8. "no-empty": [1, { "allowEmptyCatch": true }]
  9. },
  10. "extends": "eslint:recommended"
  11. }