UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

7 lines (5 loc) 139 B
'use strict'; var path = require('path'); module.exports = function (str) { return path.resolve(str) === path.resolve(process.cwd()); };