Skip to content

Commit

Permalink
Deleted no_unsafe_js_yaml eslint rule (#193588)
Browse files Browse the repository at this point in the history
## Summary

Since js-yaml update has been merged in
#190678 we don't need
`no_unsafe_js_yaml ` anymore
  • Loading branch information
elena-shostak authored Sep 20, 2024
1 parent 4172226 commit f1a7835
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 197 deletions.
1 change: 0 additions & 1 deletion packages/kbn-eslint-plugin-eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ module.exports = {
no_constructor_args_in_property_initializers: require('./rules/no_constructor_args_in_property_initializers'),
no_this_in_property_initializers: require('./rules/no_this_in_property_initializers'),
no_unsafe_console: require('./rules/no_unsafe_console'),
no_unsafe_js_yaml: require('./rules/no_unsafe_js_yaml'),
},
};
91 changes: 0 additions & 91 deletions packages/kbn-eslint-plugin-eslint/rules/no_unsafe_js_yaml.js

This file was deleted.

105 changes: 0 additions & 105 deletions packages/kbn-eslint-plugin-eslint/rules/no_unsafe_js_yaml.test.js

This file was deleted.

0 comments on commit f1a7835

Please sign in to comment.