.eslintrc.json 156 B

1234567
  1. {
  2. "extends": "./node_modules/mwts/",
  3. "ignorePatterns": ["node_modules", "dist", "test", "jest.config.js", "typings"],
  4. "env": {
  5. "jest": true
  6. }
  7. }