Your IP : 216.73.216.65


Current Path : /home/ataenra/www/ATA/INTRANET/Outils/Sign/
Upload File :
Current File : /home/ataenra/www/ATA/INTRANET/Outils/Sign/.eslintrc.js

module.exports = {
  env: {
    browser: true
  },
  root: true,
  parser: '@typescript-eslint/parser',
  plugins: ['@typescript-eslint'],
  extends: [
    'eslint:recommended',
    'plugin:@typescript-eslint/eslint-recommended',
    'plugin:@typescript-eslint/recommended',
    'prettier',
  ],
};