mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
chore(eslint): add custom rule to disallow componentOnReady method (#25944)
This commit is contained in:
5
core/custom-rules/index.js
Normal file
5
core/custom-rules/index.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
'no-component-on-ready-method': require('./no-component-on-ready-method.js')
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user