Public Access
mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-10 18:22:42 -04:00
11 lines
136 B
JavaScript
11 lines
136 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
languageOptions: {
|
|
parserOptions: {
|
|
ecmaFeatures: {
|
|
jsx: true
|
|
}
|
|
}
|
|
}
|
|
}; |