linstrom/frontend-reactive/.template-lintrc.js

9 lines
108 B
JavaScript
Raw Permalink Normal View History

2024-08-22 17:57:53 +00:00
'use strict';
module.exports = {
extends: 'recommended',
2024-09-23 15:09:19 +00:00
rules: {
'no-bare-strings': true,
},
2024-08-22 17:57:53 +00:00
};