forked from trent_larson/crowd-funder-for-time-pwa
add instructions to run tests, and fix linting (for WebStorm)
This commit is contained in:
16
test-playwright/.eslintrc.js
Normal file
16
test-playwright/.eslintrc.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
parserOptions: {
|
||||
ecmaVersion: 12,
|
||||
sourceType: 'module',
|
||||
requireConfigFile: false,
|
||||
},
|
||||
plugins: [],
|
||||
rules: {
|
||||
quotes: [
|
||||
'error',
|
||||
'single',
|
||||
{ avoidEscape: true, allowTemplateLiterals: true },
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user