🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
136 B
JavaScript
11 lines
136 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
languageOptions: {
|
|
parserOptions: {
|
|
ecmaFeatures: {
|
|
jsx: true
|
|
}
|
|
}
|
|
}
|
|
}; |