File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19- import parser from " @typescript-eslint/parser" ;
20- import validator from " eslint-plugin-es-spec" ;
21- import { defineConfig } from " eslint/config" ;
19+ import parser from ' @typescript-eslint/parser'
20+ import validator from ' eslint-plugin-es-spec'
21+ import { defineConfig } from ' eslint/config'
2222
2323export default defineConfig ( {
24- files : [ " **/*.ts" ] ,
24+ files : [ ' **/*.ts' ] ,
2525 languageOptions : {
2626 parser,
2727 parserOptions : {
2828 projectService : true ,
29- tsconfigRootDir : import . meta. dirname ,
30- } ,
29+ tsconfigRootDir : import . meta. dirname
30+ }
3131 } ,
32- plugins : { " es-spec-validator" : validator } ,
32+ plugins : { ' es-spec-validator' : validator } ,
3333 rules : {
34- " es-spec-validator/single-key-dictionary-key-is-string" : " error" ,
35- " es-spec-validator/invalid-node-types" : " warn" ,
36- } ,
37- } ) ;
34+ ' es-spec-validator/single-key-dictionary-key-is-string' : ' error' ,
35+ ' es-spec-validator/invalid-node-types' : ' warn'
36+ }
37+ } )
You can’t perform that action at this time.
0 commit comments