eslint-config-jameslnewell
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"env": { | ||
"browser": true, | ||
"browser": true, | ||
"commonjs": true, | ||
"mocha": true | ||
"mocha": true | ||
}, | ||
@@ -8,0 +8,0 @@ |
var fs = require('fs'); | ||
var path = require('path'); | ||
var strip = require('strip-json-comments'); | ||
module.exports = JSON.parse(strip(fs.readFileSync('./defaults.json').toString())); | ||
module.exports = JSON.parse(strip(fs.readFileSync(path.join(__dirname, 'defaults.json')).toString())); |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8019
208