UNPKG

cspell-dict-cpp

Version:
12 lines (8 loc) 183 B
'use strict'; const configLocation = require.resolve('./cspell-ext.json'); function getConfigLocation() { return configLocation; } module.exports = { getConfigLocation, };