* Include skip-link-focus-fix.js in the js hint/lint tests & fix up the file. * Pull in .jshintrc from WP SVN. * Add PHPCompatibility Sniffs. * Sync the ignore statements to always exclude .min.js files. * Slim down the tested against PHP versions even more.
7 lines
No EOL
111 B
Text
7 lines
No EOL
111 B
Text
{
|
|
"preset": "wordpress",
|
|
"fileExtensions": [ ".js" ],
|
|
"excludeFiles": [
|
|
"js/**.min.js"
|
|
]
|
|
} |