Only commit raw text after OCR for now.
[redakcja.git] / src / fileupload / static / lib / jQuery-File-Upload-10.32.0 / wdio / .eslintrc.js
1 'use strict'
2
3 module.exports = {
4   env: {
5     node: true
6   },
7   parserOptions: {
8     ecmaVersion: 2019
9   }
10 }