mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
This moves the test for the babel `root-import` plugin into the new unit test for import resolution, so we only have one set of tests to maintain. The actual implementation is added in the next commit.
8 lines
96 B
JSON
8 lines
96 B
JSON
{
|
|
"plugins": [
|
|
["babel-plugin-root-import", {
|
|
"rootPathSuffix": "src"
|
|
}]
|
|
]
|
|
}
|