stalniy/casl

View on GitHub
packages/dx/config/lintstaged.js

Summary

Maintainability
A
0 mins
Test Coverage
const fsPath = require('path');

const dx = fsPath.join(__dirname, '..', 'bin', 'dx.js');

module.exports = {
  '**/*.ts': [
    `${dx} eslint --fix`
  ]
};