@transferwise/eslint-plugin
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -0,1 +1,5 @@ | ||
# v0.2.0 | ||
## Add rule for getServerSideProps being in the pages directory | ||
# v0.1.1 | ||
@@ -2,0 +6,0 @@ |
@@ -1,7 +0,10 @@ | ||
const formHasMethodAttribute = require("./rules/form-has-method-attribute"); | ||
const formHasMethodAttribute = require('./rules/form-has-method-attribute'); | ||
const getServerSidePropsIsInPagesDirectory = require('./rules/get-server-side-props-is-in-pages-directory'); | ||
module.exports = { | ||
rules: { | ||
"form-has-method-attribute": formHasMethodAttribute, | ||
'form-has-method-attribute': formHasMethodAttribute, | ||
'get-server-side-props-is-in-pages-directory': | ||
getServerSidePropsIsInPagesDirectory, | ||
}, | ||
}; |
{ | ||
"name": "@transferwise/eslint-plugin", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "TransferWise ESLint plugin", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
10742
11
218